From 5ae1d6fe9187110be4f81828360df72f764505c6 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Mon, 8 Feb 2016 13:57:23 -0800 Subject: [PATCH] Update Cargo.toml license --- tarpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 37ed583..68f7f1e 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -2,7 +2,7 @@ name = "tarpc" version = "0.1.0" authors = ["Adam Wright ", "Tim Kuehn "] -license = "MIT/Apache-2.0" +license = "MIT" description = "tarpc is an RPC framework for rust with a focus on ease of use." [dependencies]