下载二进制文件

This commit is contained in:
zqm
2026-04-08 11:29:57 +08:00
parent 07c91826d0
commit 0b931d57c9
3 changed files with 286 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ dirs = "5.0"
tokio = { version = "1.37", features = ["full"] }
windows = { version = "0.56", features = ["Win32_System_Console"] }
chrono = "0.4"
base64 = "0.22"
# Local CubeLib for WebSocket
cube_lib = { path = "../../../Rust/CubeLib" }