tengri/proc/Cargo.toml
same mf who else 5d0dc40fdc
Some checks are pending
/ build (push) Waiting to run
logical, temporal, spatial, terminal
it's a song!
2026-02-23 17:47:40 +02:00

18 lines
496 B
TOML

[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"]