rust/rustc_tools_util/Cargo.toml
flip1995 8e1ce480b9
Set Clippy authors to "The Rust Clippy Developers"
Clippy has grown enough, that putting specific people in the "authors"
field is warranted anymore.
2021-03-09 17:50:04 +01:00

16 lines
434 B
TOML

[package]
name = "rustc_tools_util"
version = "0.2.0"
authors = ["The Rust Clippy Developers"]
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]
[features]
deny-warnings = []