mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
13 lines
204 B
TOML
13 lines
204 B
TOML
[package]
|
|
name = "tuono_lib_macros"
|
|
version = "0.0.3"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate_type = ["proc-macro"]
|
|
proc-marco = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.59", features = ["full"] }
|
|
quote = "1.0"
|