Add badges to Cargo.toml

This commit is contained in:
mcarton 2017-01-20 19:17:52 +01:00
parent 426660f00c
commit 48381d85f5
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8

View File

@ -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 = []