15 lines
317 B
TOML
15 lines
317 B
TOML
[package]
|
|
name = "spacetimedb_rust"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
spacetimedb = { version = "2.1.0" }
|
|
log = "0.4"
|
|
rand = { version = "0.8", features = ["small_rng"] }
|