From 5bf14aed888cd0e258e325c65f14022dad02985b Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 17 七月 2025 15:32:01 +0800 Subject: [PATCH] 更改为通过websocket获取数据 --- src-tauri/Cargo.toml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3d32d50..7cea56c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -25,3 +25,9 @@ tokio = { version = "1.45.0", features = ["rt", "net", "time"] } rand = "0.8.5" +once_cell = "1.19" +tokio-tungstenite = "0.21" +futures-util = "0.3" +tungstenite = "0.21" +anyhow = "1.0" + -- Gitblit v1.9.3