diff --git a/Cargo.toml b/Cargo.toml index 594b5a8..4c801ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,8 @@ build = "build.rs" glob = "0.3.0" quote = "1.0.2" serde_json = "1.0.41" -proc-macro2 = "1.0" \ No newline at end of file +proc-macro2 = "1.0" + +[badges] +travis-ci = { repository = "terry90/internationalization-rs" } +coveralls = { repository = "terry90/internationalization-rs", branch = "master", service = "github" }