diff --git a/Cargo.toml b/Cargo.toml index 5c6e698..dc66c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,14 @@ 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", "network", "server", "api", "tls"] +categories = ["asynchronous", "network-programming"] readme = "README.md" description = "An RPC framework for Rust with a focus on ease of use." +[badges] +travis-ci = { repository = "google/tarpc" } + [dependencies] bincode = "1.0.0-alpha2" byteorder = "1.0"