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