f7a720204a
- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用 - 添加所有子项目的完整源代码 - 保留原始 .git 为 .git.bak 备份
19 lines
410 B
TOML
19 lines
410 B
TOML
[package]
|
|
name = "nomi-protocol"
|
|
description = "JSON stream protocol (events, commands, approval manager) for Nomi host integration"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
tracing.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|