Files
marathon/crates/sync-macros/Cargo.toml
Sienna Meridian Satterwhite 93ab598db0 checkpoint
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
2026-02-07 14:11:00 +00:00

21 lines
376 B
TOML

[package]
name = "sync-macros"
version = "0.1.0"
edition.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
[dev-dependencies]
lib = { path = "../lib" }
bevy = { workspace = true }
serde = { workspace = true }
bincode = "1.3"
anyhow = { workspace = true }
tracing = { workspace = true }