连接服务端

This commit is contained in:
zqm
2026-04-07 13:21:31 +08:00
parent 1231e95a70
commit 66e6ef2e8c
5 changed files with 703 additions and 41 deletions

View File

@@ -9,3 +9,8 @@ serde_json = "1.0"
dirs = "5.0"
tokio = { version = "1.37", features = ["full"] }
windows = { version = "0.56", features = ["Win32_System_Console"] }
tokio-tungstenite = "0.21.0"
futures-util = "0.3.32"
[build-dependencies]
winres = "0.1.12"