Files
Genarrative/server-rs/crates/shared-contracts/Cargo.toml
kdletters ac2cf78ffa
Some checks failed
CI / verify (push) Has been cancelled
Fix SpacetimeDB wasm dependency boundary
2026-05-11 13:47:26 +08:00

16 lines
455 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[package]
name = "shared-contracts"
edition.workspace = true
version.workspace = true
license.workspace = true
[features]
# 默认给 api-server 等原生后端保留资产上传契约SpacetimeDB WASM 路径通过 workspace 依赖关闭默认 feature。
default = ["oss-contracts"]
oss-contracts = ["dep:platform-oss"]
[dependencies]
platform-oss = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }