[package] name = "tlkit-proc" version = "0.3.0" edition = "2021" description = "Tool Kit expand proc-macro" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = { workspace = true } syn = { workspace = true } tlkit-expand = { workspace = true }