mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
15 lines
274 B
TOML
15 lines
274 B
TOML
[package]
|
|
name = "clippy"
|
|
version = "0.0.1"
|
|
authors = [
|
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
|
"Andre Bogus <bogusandre@gmail.com>"
|
|
]
|
|
|
|
[lib]
|
|
name = "clippy"
|
|
crate_type = ["dylib"]
|
|
|
|
[dev-dependencies.compiletest]
|
|
git = "https://github.com/laumann/compiletest-rs.git"
|