feat: workspace 骨架 — core + cli 模块结构

This commit is contained in:
2026-06-16 23:27:58 +08:00
parent 7590b290ca
commit ad77b3ac1b
25 changed files with 404 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[workspace]
resolver = "2"
members = ["core", "cli"]
[workspace.package]
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["刘航宇"]