reinit spacetimedb

This commit is contained in:
Tao Tien 2026-02-06 23:51:08 -08:00
parent d52a1c4d8e
commit 3ca8574a6e
19 changed files with 2934 additions and 12 deletions

13
spacetimedb/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "jongline"
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.11.*"
log = "0.4"