1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +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"]
build = "build.rs"
[badges]
travis-ci = { repository = "BurntSushi/ripgrep" }
appveyor = { repository = "BurntSushi/ripgrep" }
[[bin]]
bench = false
path = "src/main.rs"