Add badges to Cargo.toml
This commit is contained in:
parent
426660f00c
commit
48381d85f5
@ -15,6 +15,10 @@ license = "MPL-2.0"
|
||||
keywords = ["clippy", "lint", "plugin"]
|
||||
categories = ["development-tools"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "Manishearth/rust-clippy" }
|
||||
appveyor = { repository = "Manishearth/rust-clippy" }
|
||||
|
||||
[lib]
|
||||
name = "clippy"
|
||||
plugin = true
|
||||
@ -37,6 +41,5 @@ rustc-serialize = "0.3"
|
||||
clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
|
||||
serde = "0.7"
|
||||
|
||||
|
||||
[features]
|
||||
debugging = []
|
||||
|
Loading…
Reference in New Issue
Block a user