From 78498bd82c0a72af9c220e31affb11a0b79075e1 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Fri, 21 Jul 2017 09:55:27 -0400 Subject: [PATCH] chore: adds CI badges to crates.io --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"