7ea463ed08
保留 SpacetimeDB 历史表、迁移白名单与最小兼容读取定义 移除旧创作前后端、worker、业务过程及纯业务 crate 的编译依赖 恢复现役创作、项目、我的入口及桌面移动导航 收紧 Vite、TypeScript、ESLint、Vitest 与静态资源退役边界 补齐开发栈、网关、原生壳和文档退役约束
17 lines
406 B
TOML
17 lines
406 B
TOML
[package]
|
|
name = "module-runtime"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
spacetime-types = ["dep:spacetimedb"]
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
shared-kernel = { workspace = true }
|
|
spacetimedb = { workspace = true, optional = true }
|
|
time = { workspace = true, features = ["formatting", "parsing"] }
|