From 7624c19e0263785367273cc9ece0b9f7cfb0aa69 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 11 Feb 2016 23:50:59 -0800 Subject: [PATCH] Update cargo metadata --- tarpc/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index d80fe21..5e2f046 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -3,7 +3,12 @@ name = "tarpc" version = "0.1.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" -description = "tarpc is an RPC framework for rust with a focus on ease of use." +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"] +readme = "README.md" +description = "An RPC framework for Rust with a focus on ease of use." [dependencies] bincode = "*"