summary refs log tree commit diff
path: root/src/tools/clippy/clippy_dev/Cargo.toml
blob: b1844e29b3273fa3e41a1a65fe070f4db1ffe73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "clippy_dev"
version = "0.0.1"
authors = ["The Rust Clippy Developers"]
edition = "2018"

[dependencies]
bytecount = "0.6"
clap = "2.33"
itertools = "0.9"
opener = "0.4"
regex = "1"
shell-escape = "0.1"
walkdir = "2"

[features]
deny-warnings = []