feat: embed cross-platform HoloLake terminal link

This commit is contained in:
冰朔 2026-08-17 18:59:37 +08:00
commit ae7f883891
16 changed files with 808 additions and 122 deletions

View file

@ -17,6 +17,7 @@ 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"
@ -33,5 +34,8 @@ reqwest = { version = "0.13.2", default-features = false, features = ["cookies",
tokio = { version = "1", features = ["time"] }
futures-util = "0.3"
[target.'cfg(windows)'.dependencies]
widestring = "1"
[dev-dependencies]
tempfile = "3"