mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 18:57:51 -04:00
20 lines
385 B
TOML
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"]
|