Remove keyword because the max is 5 for crates.io

This commit is contained in:
Tim Kuehn
2016-02-12 01:20:28 -08:00
parent a221ad9b0d
commit a0841c03f1

View File

@@ -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."