mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
14 lines
235 B
TOML
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"
|