Skip to content

Commit

Permalink
chore: adds CI badges to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 21, 2017
1 parent 00f8d28 commit 78498bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78498bd

Please sign in to comment.