tengri/proc/Cargo.toml
unspeaker b827a5c640
Some checks are pending
/ build (push) Waiting to run
wip: proc: simplify expose macro
2025-05-06 01:12:14 +03:00

14 lines
400 B
TOML

[package]
name = "tengri_proc"
description = "UI metaframework, procedural macros."
version = { workspace = true }
edition = { workspace = true }
[lib]
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full", "extra-traits"] }
quote = { version = "1" }
proc-macro2 = { version = "1", features = ["span-locations"] }
heck = { version = "0.5" }