]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/declare_clippy_lint/Cargo.toml
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14
[rust.git] / src / tools / clippy / declare_clippy_lint / Cargo.toml
1 [package]
2 name = "declare_clippy_lint"
3 version = "0.1.67"
4 edition = "2021"
5 publish = false
6
7 [lib]
8 proc-macro = true
9
10 [dependencies]
11 itertools = "0.10.1"
12 quote = "1.0.21"
13 syn = "1.0.100"
14
15 [features]
16 deny-warnings = []