build: initialize rust workspace manifest
This commit is contained in:
11
server-rs/Cargo.toml
Normal file
11
server-rs/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 当前阶段先建立虚拟 workspace。
|
||||
# 各 crate 创建完成后,再按任务清单逐项补充 members。
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = []
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
license = "UNLICENSED"
|
||||
Reference in New Issue
Block a user