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

[lib]
proc-macro = true

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