rust-clippy/clippy_dev/Cargo.toml

14 lines
223 B
TOML
Raw Normal View History

2018-09-23 12:44:06 +00:00
cargo-features = ["edition"]
[package]
name = "clippy_dev"
version = "0.0.1"
authors = ["Philipp Hansch <dev@phansch.net>"]
2018-09-23 12:44:06 +00:00
edition = "2018"
[dependencies]
clap = "~2.32"
itertools = "0.7"
regex = "1"
lazy_static = "1.0"