summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/clippy_dev/Cargo.toml
blob: c3f8a782d273a01556bca0e7a34f7ec2e7f2aec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "clippy_dev"
version = "0.0.1"
edition = "2021"

[dependencies]
aho-corasick = "0.7"
clap = "4.1.4"
indoc = "1.0"
itertools = "0.10.1"
opener = "0.5"
shell-escape = "0.1"
walkdir = "2.3"

[features]
deny-warnings = []

[package.metadata.rust-analyzer]
# This package uses #[feature(rustc_private)]
rustc_private = true