rust-clippy/rustc_tools_util/Cargo.toml
2024-10-07 19:23:50 +02:00

12 lines
362 B
TOML

[package]
name = "rustc_tools_util"
version = "0.4.0"
description = "small helper to generate version information for git packages"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["rustc", "tool", "git", "version", "hash"]
categories = ["development-tools"]
edition = "2018"
[dependencies]