Files
高物 ef4f91a75e
Some checks failed
CI / verify (push) Has been cancelled
1
2026-05-11 20:57:16 +08:00

15 lines
382 B
TOML
Raw Permalink 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 等原生后端暴露资产上传 DTOSpacetimeDB WASM 路径通过 workspace 依赖关闭默认 feature。
default = ["oss-contracts"]
oss-contracts = []
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }