chore: adds CI badges to crates.io

This commit is contained in:
Kevin K 2017-07-21 09:55:27 -04:00
parent 00f8d28ab4
commit 78498bd82c

View file

@ -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"