We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc24fce commit 6f5c0d2Copy full SHA for 6f5c0d2
rustc_tools_util/Cargo.toml
@@ -2,5 +2,11 @@
2
name = "rustc_tools_util"
3
version = "0.1.0"
4
authors = ["Matthias Krüger <[email protected]>"]
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"]
11
edition = "2018"
12
[dependencies]
0 commit comments