Files
marathon/crates/sync-macros/Cargo.toml
Sienna Meridian Satterwhite 9c19fc0296 feat: finished zero-copy migration!
now the entire networking and persistence stack is zero-copy with
single-allocation, single-copy reads.

Closes #128

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
2026-02-07 18:21:22 +00:00

23 lines
451 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"
inventory = { workspace = true }
bytes = "1.0"
[dev-dependencies]
libmarathon = { path = "../libmarathon" }
bevy = { workspace = true }
serde = { workspace = true }
rkyv = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }