1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-24 17:12:16 +02:00

cargo: add crates.io badges

This commit is contained in:
Andrew Gallant 2017-08-23 19:54:33 -04:00
parent 36c16eb00c
commit dc7e39a6ba
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -16,6 +16,10 @@ license = "Unlicense/MIT"
exclude = ["HomebrewFormula"] exclude = ["HomebrewFormula"]
build = "build.rs" build = "build.rs"
[badges]
travis-ci = { repository = "BurntSushi/ripgrep" }
appveyor = { repository = "BurntSushi/ripgrep" }
[[bin]] [[bin]]
bench = false bench = false
path = "src/main.rs" path = "src/main.rs"