ruff/ruff_macros/Cargo.toml
2023-01-28 10:52:14 -05:00

15 lines
326 B
TOML

[package]
name = "ruff_macros"
version = "0.0.237"
edition = "2021"
[lib]
proc-macro = true
doctest = false
[dependencies]
once_cell = { version = "1.17.0" }
proc-macro2 = { version = "1.0.47" }
quote = { version = "1.0.21" }
syn = { version = "1.0.103", features = ["derive", "parsing"] }
textwrap = { version = "0.16.0" }