X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_dev%2FCargo.toml;h=2cfbcea5034e653beb818b1be5dc89b94b856d2c;hb=13e8ace73c45a15e07e8e9b14f108b8691bb77b7;hp=519f78999b9c2377d4826868d307848b2f80941f;hpb=8e808664fa0148e983f7b1ed1d5696454a3c026d;p=rust.git diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index 519f78999b9..2cfbcea5034 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -1,13 +1,21 @@ -cargo-features = ["edition"] - [package] name = "clippy_dev" version = "0.0.1" -authors = ["Philipp Hansch "] -edition = "2018" +edition = "2021" [dependencies] -clap = "~2.32" -itertools = "0.7" -regex = "1" -lazy_static = "1.0" +aho-corasick = "0.7" +clap = "2.33" +indoc = "1.0" +itertools = "0.10.1" +opener = "0.5" +shell-escape = "0.1" +tempfile = "3.2" +walkdir = "2.3" + +[features] +deny-warnings = [] + +[package.metadata.rust-analyzer] +# This package uses #[feature(rustc_private)] +rustc_private = true