Update Cargo.toml license

This commit is contained in:
Tim Kuehn
2016-02-08 13:57:23 -08:00
parent 7baa8b947a
commit 5ae1d6fe91

View File

@@ -2,7 +2,7 @@
name = "tarpc"
version = "0.1.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
license = "MIT/Apache-2.0"
license = "MIT"
description = "tarpc is an RPC framework for rust with a focus on ease of use."
[dependencies]