mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
rustc_tool_utils: expand Cargo.toml with a few keywords in preparation for crates.io release
This commit is contained in:
parent
fc24fce73f
commit
6f5c0d2e0a
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user