rust/clippy_dev/Cargo.toml

17 lines
258 B
TOML
Raw Normal View History

[package]
name = "clippy_dev"
version = "0.0.1"
authors = ["Philipp Hansch <dev@phansch.net>"]
2018-09-23 14:44:06 +02:00
edition = "2018"
[dependencies]
2019-06-03 04:36:23 +02:00
clap = "2.33"
itertools = "0.8"
regex = "1"
lazy_static = "1.0"
2019-06-25 06:43:38 +02:00
shell-escape = "0.1"
walkdir = "2"
[features]
deny-warnings = []