Skip to content

Commit 6f5c0d2

Browse files
committed
rustc_tool_utils: expand Cargo.toml with a few keywords in preparation for crates.io release
1 parent fc24fce commit 6f5c0d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rustc_tools_util/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
name = "rustc_tools_util"
33
version = "0.1.0"
44
authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
5+
description = "small helper to generate version information for git packages"
6+
repository = "https://github.com/rust-lang/rust-clippy"
7+
readme = "README.md"
8+
license = "MIT/Apache-2.0"
9+
keywords = ["rustc", "tool", "git", "version", "hash"]
10+
categories = ["development-tools"]
511
edition = "2018"
612
[dependencies]

0 commit comments

Comments
 (0)