]> git.lizzy.rs Git - rust.git/blob - clippy_dev/Cargo.toml
cargo dev crater: work on downloading and extracting crate sources
[rust.git] / clippy_dev / Cargo.toml
1 [package]
2 authors = ["Philipp Hansch <dev@phansch.net>"]
3 edition = "2018"
4 name = "clippy_dev"
5 version = "0.0.1"
6
7 [dependencies]
8 bytecount = "0.6"
9 clap = "2.33"
10 flate2 = "1.0.19"
11 itertools = "0.9"
12 opener = "0.4"
13 regex = "1"
14 shell-escape = "0.1"
15 tar = "0.4.30"
16 ureq = "2.0.0-rc3"
17 walkdir = "2"
18
19 [features]
20 deny-warnings = []