diff --git a/Cargo.toml b/Cargo.toml index d83c0fd..1b62220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"