feat: add unified Tauri desktop client and secure web access

This commit is contained in:
lbl
2026-08-22 04:09:44 +08:00
parent 0ccd045e78
commit cd5b4431dc
62 changed files with 5018 additions and 500 deletions
+3
View File
@@ -8,6 +8,7 @@ vnt-core.workspace = true
tokio = { workspace = true, features = ["full"] }
axum = "0.8.8"
tower-http = { version = "0.7", features = ["fs", "cors", "trace"] }
tower = { version = "0.5", features = ["util"] }
serde.workspace = true
serde_json.workspace = true
@@ -21,3 +22,5 @@ rust-embed = "8.0"
mime_guess = "2.0"
parking_lot.workspace = true
time = { workspace = true, features = ["local-offset", "formatting", "macros"] }
tokio-util.workspace = true
rand = "0.9"