feat: Add tokio-stream dependency and update gRPC client for bidirectional streaming

This commit is contained in:
GW_MC
2026-03-03 09:01:14 +00:00
parent 08b28a2acf
commit 860b0f077d
5 changed files with 106 additions and 13 deletions

View File

@@ -35,6 +35,7 @@ reqwest.workspace = true
# Async
async-trait.workspace = true
futures.workspace = true
tokio-stream.workspace = true
# Config
config.workspace = true