]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Added eq_op and bad_bit_mask from the extra_lints project (mostly plain copy, need...
[rust.git] / Cargo.toml
1 [package]
2 name = "clippy"
3 version = "0.0.1"
4 authors = [
5         "Manish Goregaokar <manishsmail@gmail.com>",
6         "Andre Bogus <bogusandre@gmail.com>"
7 ]
8
9 [lib]
10 name = "clippy"
11 crate_type = ["dylib"]
12
13 [dev-dependencies.compiletest]
14 git = "https://github.com/laumann/compiletest-rs.git"