mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-21 07:02:21 -04:00
16 lines
320 B
TOML
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
|