summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/declare_clippy_lint/Cargo.toml
blob: c01e1062cb5445c2557a08692ff35eb79212db2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "declare_clippy_lint"
version = "0.1.68"
edition = "2021"
publish = false

[lib]
proc-macro = true

[dependencies]
itertools = "0.10.1"
quote = "1.0.21"
syn = "1.0.100"

[features]
deny-warnings = []