]> git.lizzy.rs Git - rust.git/blob - clippy_dev/Cargo.toml
clippy_dev: Replace lazy_static with SyncLazy
[rust.git] / clippy_dev / Cargo.toml
1 [package]
2 name = "clippy_dev"
3 version = "0.0.1"
4 authors = ["Philipp Hansch <dev@phansch.net>"]
5 edition = "2018"
6
7 [dependencies]
8 bytecount = "0.6"
9 clap = "2.33"
10 itertools = "0.9"
11 regex = "1"
12 shell-escape = "0.1"
13 walkdir = "2"
14
15 [features]
16 deny-warnings = []