refactor: move server rs workspace entries into crates

This commit is contained in:
2026-04-21 11:01:25 +08:00
parent 5a60ab3972
commit f6bf5f665e
47 changed files with 244 additions and 233 deletions

View File

@@ -1,13 +1,13 @@
# 当前阶段先建立虚拟 workspace。
# 后续按“主工程 apps + 独立模块 packages”模式逐项补充 members。
# 后续按“主工程 crate + 独立模块 crate”模式逐项补充 members。
[workspace]
resolver = "2"
members = [
"apps/api-server",
"crates/api-server",
]
[workspace.package]
edition = "2021"
edition = "2024"
version = "0.1.0"
license = "UNLICENSED"