feat: add upload chunker
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-18 22:25:43 +01:00
parent 6cf1a23169
commit 9cc3d80917
9 changed files with 153 additions and 34 deletions

2
Cargo.lock generated
View File

@@ -1189,6 +1189,7 @@ dependencies = [
"serde_json",
"tar",
"tokio",
"tokio-stream",
"tonic",
"tonic-build",
"tracing",
@@ -2891,6 +2892,7 @@ dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util",
]
[[package]]