rust-clippy/Cargo.toml
Manish Goregaokar a5c3102594 Use compiletest
2015-04-14 00:20:44 +05:30

14 lines
235 B
TOML

[package]
name = "clippy"
version = "0.0.1"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
[lib]
name = "clippy"
crate_type = ["dylib"]
[dev-dependencies.compiletest]
git = "https://github.com/laumann/compiletest-rs.git"