]> git.lizzy.rs Git - rust.git/blob - clippy_dev/Cargo.toml
Remove all usages of `match_path`, `match_qpath` and `match_path_ast` except the...
[rust.git] / clippy_dev / Cargo.toml
1 [package]
2 name = "clippy_dev"
3 version = "0.0.1"
4 authors = ["The Rust Clippy Developers"]
5 edition = "2018"
6
7 [dependencies]
8 bytecount = "0.6"
9 clap = "2.33"
10 itertools = "0.9"
11 opener = "0.4"
12 regex = "1"
13 shell-escape = "0.1"
14 walkdir = "2"
15
16 [features]
17 deny-warnings = []