rustc_tool_utils: expand Cargo.toml with a few keywords in preparation for crates.io release

This commit is contained in:
Matthias Krüger 2018-12-25 16:44:44 +01:00
parent fc24fce73f
commit 6f5c0d2e0a
1 changed files with 6 additions and 0 deletions

View File

@ -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]