]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/rustc_tools_util/Cargo.toml
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / clippy / rustc_tools_util / Cargo.toml
CommitLineData
f20569fa
XL
1[package]
2name = "rustc_tools_util"
3version = "0.2.0"
4authors = ["The Rust Clippy Developers"]
5description = "small helper to generate version information for git packages"
6repository = "https://github.com/rust-lang/rust-clippy"
7readme = "README.md"
8license = "MIT OR Apache-2.0"
9keywords = ["rustc", "tool", "git", "version", "hash"]
10categories = ["development-tools"]
11edition = "2018"
12
13[dependencies]
14
15[features]
16deny-warnings = []