2018-09-06 01:19:47 -05:00
|
|
|
[package]
|
|
|
|
name = "rustc_tools_util"
|
2024-10-07 11:17:10 -05:00
|
|
|
version = "0.4.0"
|
2018-12-25 09:44:44 -06: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 10:39:23 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2018-12-25 09:44:44 -06:00
|
|
|
keywords = ["rustc", "tool", "git", "version", "hash"]
|
|
|
|
categories = ["development-tools"]
|
2018-09-06 01:19:47 -05:00
|
|
|
edition = "2018"
|
2019-11-25 10:23:48 -06:00
|
|
|
|
2018-09-06 01:19:47 -05:00
|
|
|
[dependencies]
|