build: initialize rust workspace manifest

This commit is contained in:
2026-04-21 00:31:07 +08:00
parent 03aa828427
commit 7c3a7fc394
3 changed files with 28 additions and 14 deletions

View File

@@ -43,7 +43,8 @@
- [x] 在根目录新增 `server-rs/`
交付物:[../server-rs/README.md](../server-rs/README.md)
- [ ] 创建 workspace `Cargo.toml`
- [x] 创建 workspace `Cargo.toml`
交付物:[../server-rs/Cargo.toml](../server-rs/Cargo.toml)
- [ ] 创建 `crates/api-server`
- [ ] 创建 `crates/spacetime-module`
- [ ] 创建 `crates/application`