Land password-vault dedicated workbench and mnote-vault-core/CLI, agent token read path design, vault transport split, and retire obsolete filetree smokes. Ignore local vault reimport scripts that trip secret scanners.
27 lines
562 B
TOML
27 lines
562 B
TOML
[workspace]
|
|
members = [
|
|
"crates/adapter-onlyoffice",
|
|
"crates/bridge-runtime",
|
|
"crates/control-plane",
|
|
"crates/core-domain",
|
|
"crates/core-protocol",
|
|
"crates/event-log",
|
|
"crates/mnote-editor-core",
|
|
"crates/mnote-cli",
|
|
"crates/mnote-vault-core",
|
|
"crates/mnote-vault",
|
|
"crates/mnote-web",
|
|
"crates/index-fts",
|
|
"crates/tree-shell-runtime-wasm",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
version = "0.1.0"
|
|
authors = ["mnote"]
|
|
|
|
[workspace.metadata]
|
|
description = "mnote 单仓收口阶段的 Rust 内核 workspace"
|