2018-09-06 14:19:47 +08:00
|
|
|
[package]
|
|
|
|
name = "rustc_tools_util"
|
2022-10-01 06:52:25 +08:00
|
|
|
version = "0.2.1"
|
2018-12-25 23:44:44 +08: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 23:39:23 +08:00
|
|
|
license = "MIT OR Apache-2.0"
|
2018-12-25 23:44:44 +08:00
|
|
|
keywords = ["rustc", "tool", "git", "version", "hash"]
|
|
|
|
categories = ["development-tools"]
|
2018-09-06 14:19:47 +08:00
|
|
|
edition = "2018"
|
2019-11-26 00:23:48 +08:00
|
|
|
|
2018-09-06 14:19:47 +08:00
|
|
|
[dependencies]
|
2019-11-26 00:23:48 +08:00
|
|
|
|
|
|
|
[features]
|
|
|
|
deny-warnings = []
|