[package] name = "lpu-macros" version = "0.2.0" authors = ["David Young "] edition = "2021" license = "MPL-2.0" repository = "https://github.com/bricks-rs/lego-powered-up" description = "Macros used for lego-powered-up" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = "2" quote = "1"