mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
13 lines
352 B
TOML
13 lines
352 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"] }
|