X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rustc_tools_util%2FCargo.toml;h=9554d4d6c003c7b5f15eb8081e317fa0267f16e2;hb=5d9e1b6f009f67c401905551d774aa352f5b9273;hp=b73d7ca56060454e0ad4c9fc09af199e125558a6;hpb=6ee0e222040382d210ef68acf7b7c57c23a42ecf;p=rust.git diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index b73d7ca5606..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.0" -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 = []