[package] name = "tengri_proc" description = "UI metaframework, procedural macros." version = { workspace = true } edition = { workspace = true } [lib] proc-macro = true [dependencies] tengri_core = { path = "../core" } syn = { workspace = true } quote = { workspace = true } proc-macro2 = { workspace = true } heck = { workspace = true } [target.'cfg(target_os = "linux")'] rustflags = ["-C", "link-arg=-fuse-ld=mold"]