Add keywords that aren't terrible

This commit is contained in:
Tim Kuehn
2017-02-06 19:23:30 -08:00
parent d39a382012
commit 06beec3e5a

View File

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