summary refs log tree commit diff
path: root/src/tools/clippy/clippy_dev/Cargo.toml
blob: b8a4a20114bb8b7f58f4c814afa434f49b9978be (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 = ["Philipp Hansch <dev@phansch.net>"]
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 = []