diff --git a/Cargo.toml b/Cargo.toml index 77df8d2..9a364c8 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"