X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_dev%2FCargo.toml;h=2cfbcea5034e653beb818b1be5dc89b94b856d2c;hb=13e8ace73c45a15e07e8e9b14f108b8691bb77b7;hp=5380ecd9814eaa6694d701342e56f3a0464e3595;hpb=6ae89c4f1123d81e56141b02cd3b83436c1ad035;p=rust.git diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index 5380ecd9814..2cfbcea5034 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -1,12 +1,21 @@ [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" -walkdir = "2" +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