]> git.lizzy.rs Git - rust.git/blob - lintcheck/Cargo.toml
lintcheck: update readme and remove the now redundant readme from clippy-dev
[rust.git] / lintcheck / Cargo.toml
1 [package]
2 name = "lintcheck"
3 version = "0.0.1"
4 authors = ["The Rust Clippy Developers"]
5 edition = "2018"
6
7 [dependencies]
8 clap = "2.33"
9 flate2 = {version = "1.0.19"}
10 fs_extra = {version = "1.2.0"}
11 rayon = {version = "1.5.0"}
12 serde = {version = "1.0", features = ["derive"]}
13 serde_json = {version = "1.0"}
14 tar = {version = "0.4.30"}
15 toml = {version = "0.5"}
16 ureq = {version = "2.0.0-rc3"}
17
18 [features]
19 deny-warnings = []