diff --git a/Cargo.toml b/Cargo.toml index e8829a80..4d993827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,10 @@ description = """ A simple to use, efficient, and full featured Command Line Argument Parser """ +[badges] +travis-ci = { repository = "kbknapp/clap-rs" } +appveyor = { repository = "kbknapp/clap-rs" } + [dependencies] bitflags = "0.9" vec_map = "0.8"