]> git.lizzy.rs Git - rust.git/blob - rustc_tools_util/Cargo.toml
Auto merge of #4132 - phansch:rollup-0vxoimc, r=phansch
[rust.git] / rustc_tools_util / Cargo.toml
1 [package]
2 name = "rustc_tools_util"
3 version = "0.2.0"
4 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"]
11 edition = "2018"
12 [dependencies]