mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
9 lines
158 B
TOML
9 lines
158 B
TOML
[package]
|
|
name = "clippy_dev"
|
|
version = "0.0.1"
|
|
authors = ["Philipp Hansch <dev@phansch.net>"]
|
|
|
|
[dependencies]
|
|
clap = "~2.32"
|
|
regex = "1"
|
|
lazy_static = "1.0"
|