diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index f729996..a3475a5 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" documentation = "https://google.github.io/tarpc" homepage = "https://github.com/google/tarpc" repository = "https://github.com/google/tarpc" -keywords = ["rpc", "protocol", "framework", "remote", "procedure", "serialize"] +keywords = ["rpc", "protocol", "remote", "procedure", "serialize"] readme = "../README.md" description = "An RPC framework for Rust with a focus on ease of use."