d2daf8ecf6
This reverts commit 248251b3b26c5f21e2c2f5bfa5d85cc17b13fc05. This reverts commit 20b73514395bb442fb16ce913b6c2b3965ff3156.
14 lines
227 B
TOML
14 lines
227 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"
|