reinit spacetimedb
This commit is contained in:
parent
d52a1c4d8e
commit
3ca8574a6e
19 changed files with 2934 additions and 12 deletions
13
spacetimedb/Cargo.toml
Normal file
13
spacetimedb/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue