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

11
server-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
# 当前阶段先建立虚拟 workspace。
# 各 crate 创建完成后,再按任务清单逐项补充 members。
[workspace]
resolver = "2"
members = []
[workspace.package]
edition = "2021"
version = "0.1.0"
license = "UNLICENSED"