feat: merge language persona channel into canonical app

This commit is contained in:
冰朔 2026-08-20 05:05:13 +08:00
commit b70e092e28
18 changed files with 2658 additions and 37 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "hololake-native-desktop"
version = "0.4.1"
version = "0.8.1"
description = "HoloLake native desktop foundation"
authors = ["HoloLake"]
license = "AGPL-3.0-or-later"
@ -34,9 +34,10 @@ 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"] }
tokio = { version = "1", features = ["time"] }
tokio = { version = "1", features = ["io-util", "process", "time"] }
futures-util = "0.3"
rust_xlsxwriter = "=0.64.2"
keyring = { version = "3.6.3", features = ["apple-native"] }
[target.'cfg(windows)'.dependencies]
widestring = "1"