[package] name = "clippy" version = "0.0.2" authors = [ "Manish Goregaokar ", "Andre Bogus " ] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/Manishearth/rust-clippy" readme = "README.md" license = "MPL-2.0" keywords = ["clippy", "lint", "plugin"] [lib] name = "clippy" crate_type = ["dylib"] [dev-dependencies] compiletest_rs = "*"