rust-clippy/declare_clippy_lint/Cargo.toml
Nicholas Nethercote fa7cd2548c Update itertools to 0.11.
Because the API for `with_position` improved in 0.11 and I want to use
it.
2023-11-22 08:13:21 +11:00

16 lines
211 B
TOML

[package]
name = "declare_clippy_lint"
version = "0.1.76"
edition = "2021"
publish = false
[lib]
proc-macro = true
[dependencies]
itertools = "0.11"
quote = "1.0.21"
syn = "2.0"
[features]
deny-warnings = []