2026-02-06 23:51:08 -08:00
|
|
|
[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]
|
2026-02-07 00:18:47 -08:00
|
|
|
spacetimedb = { workspace = true }
|
|
|
|
|
log = { workspace = true }
|
2026-02-07 17:46:03 -08:00
|
|
|
jong-types = { workspace = true }
|