迁移后端到stdb

This commit is contained in:
2026-04-19 09:17:15 +00:00
parent 7f2860bc43
commit d06b3ad38c
76 changed files with 13399 additions and 1304 deletions

14
spacetimedb/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "xushi"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
spacetimedb = { version = "2.1.0", features = ["unstable"] }
log = "0.4"
serde_json = "1.0"