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