2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-02-18 23:18:55 +00:00
rust-clippy/clippy_dev/Cargo.toml

17 lines
224 B
TOML
Raw Normal View History

[package]
name = "clippy_dev"
version = "0.0.1"
2018-09-23 14:44:06 +02:00
edition = "2018"
[dependencies]
bytecount = "0.6"
2019-06-03 09:36:23 +07:00
clap = "2.33"
2020-03-29 12:50:11 +07:00
itertools = "0.9"
opener = "0.5"
regex = "1"
2019-06-25 06:43:38 +02:00
shell-escape = "0.1"
walkdir = "2"
[features]
deny-warnings = []