]> git.lizzy.rs Git - rust.git/blobdiff - rustc_tools_util/Cargo.toml
Update large_const_arrays.rs
[rust.git] / rustc_tools_util / Cargo.toml
index 43e14ea174d662678b534917fa2a5f0d6da3ff9a..9554d4d6c003c7b5f15eb8081e317fa0267f16e2 100644 (file)
@@ -1,12 +1,15 @@
 [package]
 name = "rustc_tools_util"
 version = "0.2.0"
-authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
 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 = []