Add categories to Cargo.toml.

Also remove a keyword because 5's the limit.
This commit is contained in:
Tim Kuehn
2017-02-06 18:38:24 -08:00
parent a1072c8c06
commit efcc914e65

View File

@@ -6,7 +6,8 @@ license = "MIT"
documentation = "https://docs.rs/tarpc"
homepage = "https://github.com/google/tarpc"
repository = "https://github.com/google/tarpc"
keywords = ["rpc", "protocol", "remote", "procedure", "serialize", "tls"]
keywords = ["rpc", "remote", "procedure", "protocol", "tls"]
categories = ["asynchronous", "network-programming"]
readme = "README.md"
description = "An RPC framework for Rust with a focus on ease of use."