Moonhare_Engine/crates/moonhare_derives/Cargo.toml
2025-08-05 11:35:36 +02:00

14 lines
187 B
TOML

[package]
edition = "2024"
name = "moonhare_derives"
version.workspace = true
authors.workspace = true
[dependencies]
syn = "2.0"
proc-macro2 = "1"
quote = "1"
[lib]
proc-macro = true