X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustc_tools_util%2FCargo.toml;h=9554d4d6c003c7b5f15eb8081e317fa0267f16e2;hb=5d9e1b6f009f67c401905551d774aa352f5b9273;hp=70ff86c49afe953de4a21dbd830c97f3691d744d;hpb=5277a1fb6c1be42ec0c57a6f60d82fc18a962259;p=rust.git diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index 70ff86c49af..9554d4d6c00 100644 --- a/rustc_tools_util/Cargo.toml +++ b/rustc_tools_util/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "rustc_tools_util" -version = "0.1.1" -authors = ["Matthias Krüger "] +version = "0.2.0" description = "small helper to generate version information for git packages" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["rustc", "tool", "git", "version", "hash"] categories = ["development-tools"] edition = "2018" + [dependencies] + +[features] +deny-warnings = []