]> git.lizzy.rs Git - rust.git/blob - rustc_tools_util/Cargo.toml
Auto merge of #9136 - smoelius:enhance-needless-borrow, r=Jarcho
[rust.git] / 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 = []