feat(hololake): 接入铸渊自我看见与本地开发桥

This commit is contained in:
冰朔 2026-08-13 00:35:40 +08:00
commit 5c86f85242
17 changed files with 986 additions and 6 deletions

View file

@ -15,12 +15,14 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2.5.4", features = [] }
[dependencies]
ring = "0.17"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri = { version = "=2.10.2", features = [] }
tauri-runtime = "=2.10.0"
tauri-runtime-wry = "=2.10.0"
tauri-plugin-updater = "2.10.0"
uuid = { version = "1", features = ["v4"] }
[dev-dependencies]
tempfile = "3"