[package] name = "roadblk-proc" version = "0.2.0" edition = "2021" description = "Validator 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] syn = { workspace = true } roadblk-expand = { workspace = true }