From 06beec3e5a43db2a606097339db32e1d842dcdcb Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Mon, 6 Feb 2017 19:23:30 -0800 Subject: [PATCH] Add keywords that aren't terrible --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b62220..386d97c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."