[package] name = "tengri_proc" description = "UI metaframework, procedural macros." version = "0.15.0" edition = "2024" [lib] proc-macro = true [dependencies] dizzle = { path = "../../dizzle" } quote = { version = "1" } syn = { version = "2", features = ["full", "extra-traits"] } heck = { version = "0.5" } proc-macro2 = { version = "1", features = ["span-locations"] } [target.'cfg(target_os = "linux")'] rustflags = ["-C", "link-arg=-fuse-ld=mold"]