jong/spacetimedb/Cargo.toml

15 lines
304 B
TOML
Raw Normal View History

2026-02-06 23:51:08 -08:00
[package]
name = "jongline"
version = "0.1.0"
2026-02-08 00:10:10 -08:00
edition = "2024"
2026-02-06 23:51:08 -08:00
# 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 }