mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
16 lines
211 B
TOML
16 lines
211 B
TOML
[package]
|
|
name = "declare_clippy_lint"
|
|
version = "0.1.78"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
itertools = "0.12"
|
|
quote = "1.0.21"
|
|
syn = "2.0"
|
|
|
|
[features]
|
|
deny-warnings = []
|