initial persistence commit

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
2025-11-16 11:50:16 +00:00
parent 2bad250a04
commit 1bd664fd2a
16 changed files with 4262 additions and 10 deletions

View File

@@ -12,6 +12,12 @@ serde_json.workspace = true
crdts.workspace = true
anyhow.workspace = true
sync-macros = { path = "../sync-macros" }
uuid = { version = "1.0", features = ["v4", "serde"] }
toml.workspace = true
tracing.workspace = true
bevy.workspace = true
bincode = "1.3"
futures-lite = "2.0"
[dev-dependencies]
tokio.workspace = true