feat: add basic streaming data

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-15 21:07:22 +02:00
parent cce1400a34
commit 3a2a65dfa7
11 changed files with 330 additions and 76 deletions

View File

@@ -29,6 +29,7 @@ bytes = "1.7.1"
prost = "0.13.1"
prost-types = "0.13.1"
chrono = { version = "0.4.38", features = ["serde"] }
tokio-stream = "0.1.15"
[dev-dependencies]
tracing-test = "0.2.5"