From 8794ca46befa02c7850732de93bf0c87c00546b4 Mon Sep 17 00:00:00 2001 From: Terry Raimondo Date: Wed, 9 Oct 2019 03:13:34 +0200 Subject: [PATCH] Add badges in Cargo.toml --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" }