Files
2024-09-27 20:09:36 +00:00

16 lines
320 B
TOML

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