Files
2025-03-31 23:15:24 +00:00

20 lines
385 B
TOML

[package]
name = "sdk-test-module"
version = "0.1.0"
edition.workspace = true
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
log.workspace = true
anyhow.workspace = true
paste.workspace = true
[dependencies.spacetimedb]
workspace = true
features = ["unstable"]