mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
13 lines
186 B
TOML
13 lines
186 B
TOML
[package]
|
|
name = "declare_clippy_lint"
|
|
version = "0.1.67"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
itertools = "0.10.1"
|
|
quote = "1.0.21"
|
|
syn = "1.0.100"
|