正向合并正律化(2026-08-20): - 语言人格频道与执行手脚训练按编号 IPC 正律接入(MOD-0035/0036,OP-0158..0163), 剥离直连 tauri::command,恢复单一 numbered 网关铁律 - 教育模块按冰朔谕与 2026-08-19 隔离回执整体移出(证据归隔离区),留空模块占位 - 光湖主域门户挂公告与版本中心(冰朔要求的公告与版本更新主阵地) - 知识工作台内嵌共同工作频道(PersonaChannelBody embedded + knowledgeFocus) - foundation/stage-one 合同补聊天运行时验收声明;版本对齐 0.9.1 - 测试名册计数与断言更新至合并后现实:JS 180/180,Rust 194/194
51 lines
1.5 KiB
TOML
51 lines
1.5 KiB
TOML
[package]
|
|
name = "hololake-native-desktop"
|
|
version = "0.9.1"
|
|
description = "HoloLake native desktop foundation"
|
|
authors = ["HoloLake"]
|
|
license = "AGPL-3.0-or-later"
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
|
|
[lib]
|
|
name = "hololake_native_desktop_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.5.4", features = [] }
|
|
|
|
[dependencies]
|
|
dirs = "6"
|
|
fs2 = "0.4"
|
|
interprocess = "2.4.2"
|
|
ring = "0.17"
|
|
rusqlite = { version = "0.31", features = ["bundled"] }
|
|
base64 = "0.22"
|
|
calamine = { version = "=0.26.1", features = ["dates"] }
|
|
csv = "=1.3.0"
|
|
encoding_rs = "0.8"
|
|
quick-xml = "=0.31.0"
|
|
regex = "=1.12.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tauri = { version = "=2.10.2", features = ["devtools"] }
|
|
tauri-runtime = "=2.10.0"
|
|
tauri-runtime-wry = "=2.10.0"
|
|
tauri-plugin-updater = "2.10.0"
|
|
tauri-plugin-dialog = "=2.7.2"
|
|
uuid = { version = "1", features = ["v4"] }
|
|
url = "2"
|
|
reqwest = { version = "0.13.2", default-features = false, features = ["cookies", "form", "json", "rustls", "stream"] }
|
|
rust_xlsxwriter = "=0.64.2"
|
|
zip = { version = "=0.6.6", default-features = false, features = ["deflate"] }
|
|
tokio = { version = "1", features = ["io-util", "process", "time"] }
|
|
futures-util = "0.3"
|
|
minisign-verify = "0.2.5"
|
|
qrcode = { version = "0.14", default-features = false, features = ["svg"] }
|
|
keyring = { version = "3.6.3", features = ["apple-native"] }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
widestring = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|