mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
c8d6a55f6a
Update to 0.10.1
18 lines
269 B
TOML
18 lines
269 B
TOML
[package]
|
|
name = "clippy_dev"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytecount = "0.6"
|
|
clap = "2.33"
|
|
indoc = "1.0"
|
|
itertools = "0.10.1"
|
|
opener = "0.5"
|
|
regex = "1.5"
|
|
shell-escape = "0.1"
|
|
walkdir = "2.3"
|
|
cargo_metadata = "0.14"
|
|
|
|
[features]
|
|
deny-warnings = []
|