rust/clippy_dev/Cargo.toml

14 lines
227 B
TOML
Raw Normal View History

[package]
name = "clippy_dev"
version = "0.0.1"
authors = ["Philipp Hansch <dev@phansch.net>"]
2018-09-23 07:44:06 -05:00
edition = "2018"
[dependencies]
2019-06-02 21:36:23 -05:00
clap = "2.33"
itertools = "0.8"
regex = "1"
lazy_static = "1.0"
2019-06-24 23:43:38 -05:00
shell-escape = "0.1"
walkdir = "2"