mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore: adds CI badges to crates.io
This commit is contained in:
parent
00f8d28ab4
commit
78498bd82c
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue