实现连接服务端

This commit is contained in:
zqm
2026-04-07 15:09:44 +08:00
parent 5915c42f9f
commit 3e64241070
3 changed files with 711 additions and 90 deletions

View File

@@ -9,8 +9,9 @@ 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"
# Local CubeLib for WebSocket
cube_lib = { path = "../../../Rust/CubeLib" }
[build-dependencies]
winres = "0.1.12"