rust-clippy/lintcheck/Cargo.toml
Samuel E. Moelius III 43ed2065cc Update dependencies
2021-09-09 07:47:16 -04:00

25 lines
547 B
TOML

[package]
name = "lintcheck"
version = "0.0.1"
description = "tool to monitor impact of changes in Clippys lints on a part of the ecosystem"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-clippy"
categories = ["development-tools"]
edition = "2018"
publish = false
[dependencies]
clap = "2.33"
flate2 = "1.0"
fs_extra = "1.2"
rayon = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
toml = "0.5"
ureq = "2.2"
walkdir = "2.3"
[features]
deny-warnings = []