diff --git a/Cargo.toml b/Cargo.toml index 1b62220..386d97c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" documentation = "https://docs.rs/tarpc" homepage = "https://github.com/google/tarpc" repository = "https://github.com/google/tarpc" -keywords = ["rpc", "remote", "procedure", "protocol", "tls"] +keywords = ["rpc", "network", "server", "api", "tls"] categories = ["asynchronous", "network-programming"] readme = "README.md" description = "An RPC framework for Rust with a focus on ease of use."