19 lines
349 B
TOML
19 lines
349 B
TOML
[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"
|