From a0841c03f103a5b92766de207930f70bb069fcf3 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Fri, 12 Feb 2016 01:20:28 -0800 Subject: [PATCH] Remove keyword because the max is 5 for crates.io --- tarpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."