mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
16 lines
258 B
TOML
16 lines
258 B
TOML
[package]
|
|
name = "clippy_dev"
|
|
version = "0.0.1"
|
|
authors = ["Philipp Hansch <dev@phansch.net>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.33"
|
|
itertools = "0.8"
|
|
regex = "1"
|
|
lazy_static = "1.0"
|
|
shell-escape = "0.1"
|
|
walkdir = "2"
|
|
|
|
[features]
|
|
deny-warnings = []
|