From 949be8e5f1a75286b8b517dacda76ed27646e77b Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Tue, 11 Aug 2026 21:23:54 +0800
Subject: [PATCH] fix(helper): gate audio observer on fixture ack

---
 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