]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_dummy/Cargo.toml
Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369'
[rust.git] / src / tools / clippy / clippy_dummy / Cargo.toml
1 [package]
2 name = "clippy_dummy" # rename to clippy before publishing
3 version = "0.0.303"
4 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
5 edition = "2018"
6 readme = "crates-readme.md"
7 description = "A bunch of helpful lints to avoid common pitfalls in Rust."
8 build = 'build.rs'
9
10 repository = "https://github.com/rust-lang/rust-clippy"
11
12 license = "MIT OR Apache-2.0"
13 keywords = ["clippy", "lint", "plugin"]
14 categories = ["development-tools", "development-tools::cargo-plugins"]
15
16 [build-dependencies]
17 term = "0.6"