Added Travis CI badge to Cargo.toml.
This commit is contained in:
parent
c749146d5c
commit
4a6248e76c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ documentation = "https://docs.rs/irc/"
|
|||
repository = "https://github.com/aatxe/irc"
|
||||
readme = "README.md"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "aatxe/irc" }
|
||||
|
||||
[features]
|
||||
default = ["ctcp", "json"]
|
||||
ctcp = []
|
||||
|
|
Loading…
Reference in a new issue