From d4a20bde28511d3d7b667ec77d446637c362fe12 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Tue, 26 Jan 2016 20:10:18 -0800 Subject: [PATCH] Add license and description to Cargo.toml --- tarpc/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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 = "*"