a201518a8a
Changes it to be a proc_macro rather than macro_rules
14 lines
186 B
TOML
14 lines
186 B
TOML
[package]
|
|
name = "declare_clippy_lint"
|
|
version = "0.1.66"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
itertools = "0.10.1"
|
|
quote = "1.0.21"
|
|
syn = "1.0.100"
|