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"
|
repository = "https://github.com/aatxe/irc"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "aatxe/irc" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ctcp", "json"]
|
default = ["ctcp", "json"]
|
||||||
ctcp = []
|
ctcp = []
|
||||||
|
|
Loading…
Reference in a new issue