diff --git a/shared/comm-lib/Cargo.toml b/shared/comm-lib/Cargo.toml
--- a/shared/comm-lib/Cargo.toml
+++ b/shared/comm-lib/Cargo.toml
@@ -11,6 +11,7 @@
   "dep:reqwest",
   "dep:futures-core",
   "dep:futures-util",
+  "dep:tokio-stream",
 ]
 http = [
   "dep:actix-cors",