diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 2e79b24..c6b0d69 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -2,6 +2,8 @@ name = "tarpc" version = "0.1.0" authors = ["Adam Wright ", "Tim Kuehn "] +license = "MIT/Apache-2.0" +description = "tarpc is an RPC framework for rust with a focus on ease of use." [dependencies] serde = "*"