From dc7e39a6bacf3eb5719d65034be0969709276cdc Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 23 Aug 2017 19:54:33 -0400 Subject: cargo: add crates.io badges --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 77df8d24..9a364c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,10 @@ license = "Unlicense/MIT" exclude = ["HomebrewFormula"] build = "build.rs" +[badges] +travis-ci = { repository = "BurntSushi/ripgrep" } +appveyor = { repository = "BurntSushi/ripgrep" } + [[bin]] bench = false path = "src/main.rs" -- cgit v1.2.3