From f3237616a0bc95cf50fd790f07b72128c624b947 Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Wed, 12 Aug 2026 12:41:44 +0800
Subject: [PATCH] Bind fixture ACK evidence to probe hashes

---
 Cargo.toml |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index a2b6ff9..c048bb8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,15 +4,18 @@
 edition = "2024"
 license = "MIT"
 
-[dependencies]
-anyhow = "1.0.100"
-hound = "3.5.1"
-libwebrtc = "0.3.36"
+[dependencies]
+anyhow = "1.0.100"
+base64 = "0.22.1"
+futures-util = "0.3.31"
+hound = "3.5.1"
+libwebrtc = "0.3.36"
 livekit = "0.7.45"
 minimp3 = "0.5.1"
-reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls"] }
+reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls", "json", "stream"] }
 serde = { version = "1.0.228", features = ["derive"] }
 serde_json = "1.0.145"
+sha2 = "0.10.9"
 tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal", "time"] }
 tracing = "0.1.41"
 tracing-subscriber = { version = "0.3.20", features = ["env-filter", "fmt"] }

--
Gitblit v1.9.3