mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
16 lines
434 B
TOML
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 = []
|