初始化server

This commit is contained in:
janing
2025-11-28 18:06:48 +08:00
commit 504423104b
5 changed files with 754 additions and 0 deletions

14
server-rust/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "server-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
spacetimedb = "1.10.*"
log = "0.4"
pinball-physics = { path = "../pinball-physics" }