]> git.lizzy.rs Git - rust.git/blobdiff - rustc_tools_util/Cargo.toml
Updated config value name in changelog for 1.54
[rust.git] / rustc_tools_util / Cargo.toml
index 020de6c33934b1d4243494dd11afa4453fb3a1bb..2972bc6d51ca8e75a32af8fdcc5811765954a456 100644 (file)
@@ -1,6 +1,16 @@
 [package]
 name = "rustc_tools_util"
-version = "0.1.0"
-authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
+version = "0.2.0"
+authors = ["The Rust Clippy Developers"]
+description = "small helper to generate version information for git packages"
+repository = "https://github.com/rust-lang/rust-clippy"
+readme = "README.md"
+license = "MIT OR Apache-2.0"
+keywords = ["rustc", "tool", "git", "version", "hash"]
+categories = ["development-tools"]
 edition = "2018"
+
 [dependencies]
+
+[features]
+deny-warnings = []