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

@@ -44,6 +44,7 @@ sea-orm-migration = "2.0.0-rc"
# Async
async-trait = "0.1"
futures = "0.3"
tokio-stream = "0.1"
# Configuration
toml = "0.8"