1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "utility-macros" version = "0.1.0" description = "Utility macros that should be in std but is not" edition = "2021" [lib] proc_macro = true [dependencies] syn = { version = "1.0.96", features = ["full"] } quote = "1.0.18"