mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
12 lines
418 B
TOML
12 lines
418 B
TOML
[package]
|
|
name = "rustc_tools_util"
|
|
version = "0.1.1"
|
|
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/Apache-2.0"
|
|
keywords = ["rustc", "tool", "git", "version", "hash"]
|
|
categories = ["development-tools"]
|
|
edition = "2018"
|
|
[dependencies]
|