mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
17 lines
213 B
TOML
17 lines
213 B
TOML
[package]
|
|
name = "declare_clippy_lint"
|
|
version = "0.1.72"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
itertools = "0.10.1"
|
|
quote = "1.0.21"
|
|
syn = "2.0"
|
|
|
|
[features]
|
|
deny-warnings = []
|