Add travis-ci repository to Cargo.toml

This commit is contained in:
Tim Kuehn
2017-02-06 19:00:29 -08:00
parent efcc914e65
commit d39a382012

View File

@@ -11,6 +11,9 @@ categories = ["asynchronous", "network-programming"]
readme = "README.md"
description = "An RPC framework for Rust with a focus on ease of use."
[badges]
travis-ci = { repository = "google/tarpc" }
[dependencies]
bincode = "1.0.0-alpha"
byteorder = "1.0"