summary refs log tree commit diff
path: root/src/tools/clippy/rustc_tools_util/Cargo.toml
blob: 6f0fc5bee8f091cae4557d9512e9dbd2bea1e932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rustc_tools_util"
version = "0.2.0"
authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
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 = []