mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
17 lines
265 B
TOML
17 lines
265 B
TOML
[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 = []
|