summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-08-23 19:54:33 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-08-23 19:54:33 -0400
commitdc7e39a6bacf3eb5719d65034be0969709276cdc (patch)
treedba922b0d92863b7883ce9c4e02c145e96a1f3c2
parent36c16eb00cae4894f6beb065a9d79e96a03f0283 (diff)
cargo: add crates.io badges
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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"