]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/rustc_tools_util/Cargo.toml
Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se
[rust.git] / src / tools / clippy / rustc_tools_util / Cargo.toml
1 [package]
2 name = "rustc_tools_util"
3 version = "0.2.0"
4 description = "small helper to generate version information for git packages"
5 repository = "https://github.com/rust-lang/rust-clippy"
6 readme = "README.md"
7 license = "MIT OR Apache-2.0"
8 keywords = ["rustc", "tool", "git", "version", "hash"]
9 categories = ["development-tools"]
10 edition = "2018"
11
12 [dependencies]
13
14 [features]
15 deny-warnings = []