Update cargo metadata

This commit is contained in:
Tim Kuehn
2016-02-11 23:50:59 -08:00
parent 92fa53e0df
commit 7624c19e02

View File

@@ -3,7 +3,12 @@ name = "tarpc"
version = "0.1.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
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 = "*"