mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
13 lines
230 B
TOML
13 lines
230 B
TOML
|
[package]
|
||
|
name = "valence_core_macros"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2.workspace = true
|
||
|
quote.workspace = true
|
||
|
syn = { workspace = true, features = ["full"] }
|