]> git.lizzy.rs Git - rust.git/blob - rustc_tools_util/Cargo.toml
Auto merge of #6805 - matthiaskrgr:uca_nopub_6803, r=flip1995
[rust.git] / rustc_tools_util / Cargo.toml
1 [package]
2 name = "rustc_tools_util"
3 version = "0.2.0"
4 authors = ["The Rust Clippy Developers"]
5 description = "small helper to generate version information for git packages"
6 repository = "https://github.com/rust-lang/rust-clippy"
7 readme = "README.md"
8 license = "MIT OR Apache-2.0"
9 keywords = ["rustc", "tool", "git", "version", "hash"]
10 categories = ["development-tools"]
11 edition = "2018"
12
13 [dependencies]
14
15 [features]
16 deny-warnings = []