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

1
Cargo.lock generated
View File

@@ -1109,6 +1109,7 @@ dependencies = [
"serde",
"sqlx",
"tokio",
"tokio-stream",
"tokio-util",
"tonic",
"tower-http",