pvp-game-dilapidation/component-macro/Cargo.toml

14 lines
241 B
TOML
Raw Normal View History

2024-04-05 09:20:54 +01:00
[package]
name = "component-macro"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
quote = "1.0.35"
syn = "2.0.58"