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