summaryrefslogtreecommitdiff
path: root/engine-macros/Cargo.toml
blob: 74705678a7defd0b7318d32ae33943baca1be5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "engine-macros"
version = "0.1.0"
edition = "2024"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.35"
syn = { version = "2.0.51", features = ["full"] }
proc-macro2 = "1.0.78"