0.6 rust重构01

This commit is contained in:
lix-2026
2026-04-14 13:22:29 +08:00
parent 71fb1aee7e
commit 84a8454fa9
401 changed files with 5841 additions and 1512 deletions
+18
View File
@@ -0,0 +1,18 @@
[workspace]
members = [
"crates/core-domain",
"crates/core-protocol",
"crates/event-log",
"crates/storage-convex-bridge",
"crates/index-fts",
]
resolver = "2"
[workspace.package]
edition = "2021"
license = "MIT"
version = "0.1.0"
authors = ["mnote"]
[workspace.metadata]
description = "mnote 单仓收口阶段的 Rust 内核 workspace"