2018-09-06 06:19:47 +00:00
|
|
|
[package]
|
|
|
|
name = "rustc_tools_util"
|
2022-12-15 11:42:08 +00:00
|
|
|
version = "0.3.0"
|
2018-12-25 15:44:44 +00:00
|
|
|
description = "small helper to generate version information for git packages"
|
|
|
|
repository = "https://github.com/rust-lang/rust-clippy"
|
|
|
|
readme = "README.md"
|
2019-10-04 15:39:23 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2018-12-25 15:44:44 +00:00
|
|
|
keywords = ["rustc", "tool", "git", "version", "hash"]
|
|
|
|
categories = ["development-tools"]
|
2018-09-06 06:19:47 +00:00
|
|
|
edition = "2018"
|
2019-11-25 16:23:48 +00:00
|
|
|
|
2018-09-06 06:19:47 +00:00
|
|
|
[dependencies]
|
2019-11-25 16:23:48 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
deny-warnings = []
|