mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
25 lines
547 B
TOML
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 = []
|