[package] name = "reginleif-macro" edition = "2021" version.workspace = true description.workspace = true license.workspace = true readme.workspace = true repository.workspace = true # 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