[package] name = "test_mono_macros" version = "0.0.1" authors = ["The Roc Contributors"] license = "UPL-1.0" edition = "2021" description = "Macros for use in test_mono." [lib] proc-macro = true [dependencies] syn = { version = "1.0.81", features = ["full", "extra-traits"] } quote = "1.0.10" proc-macro2 = "1.0.32"