rust/clippy_dev/Cargo.toml
Shotaro Yamada d2daf8ecf6 Revert "Workaround cargo bug on Windows"
This reverts commit 248251b3b26c5f21e2c2f5bfa5d85cc17b13fc05.
This reverts commit 20b73514395bb442fb16ce913b6c2b3965ff3156.
2019-10-08 14:21:05 +09:00

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"