about summary refs log tree commit diff
path: root/rustc_tools_util
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2018-12-25 16:44:44 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2018-12-25 16:45:47 +0100
commit6f5c0d2e0aa7dd8904f4105727819f711282eca2 (patch)
tree1e41b2f7acf548cb3178785265f8f4466ffbe15c /rustc_tools_util
parentfc24fce73f878e641094b1802df1e748c5fe233a (diff)
downloadrust-6f5c0d2e0aa7dd8904f4105727819f711282eca2.tar.gz
rust-6f5c0d2e0aa7dd8904f4105727819f711282eca2.zip
rustc_tool_utils: expand Cargo.toml with a few keywords in preparation for crates.io release
Diffstat (limited to 'rustc_tools_util')
-rw-r--r--rustc_tools_util/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml
index 020de6c3393..b73d7ca5606 100644
--- a/rustc_tools_util/Cargo.toml
+++ b/rustc_tools_util/Cargo.toml
@@ -2,5 +2,11 @@
 name = "rustc_tools_util"
 version = "0.1.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"
+keywords = ["rustc", "tool", "git", "version", "hash"]
+categories = ["development-tools"]
 edition = "2018"
 [dependencies]