feat: can upload archives

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-18 01:29:46 +01:00
parent c54bbaf017
commit c3739c1bc1
16 changed files with 472 additions and 23 deletions

View File

@@ -21,6 +21,8 @@ aws-sdk-s3 = { version = "1.15.0", features = ["behavior-version-latest"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
nats = "0.24.1"
walkdir = "2.4.0"
tar = "0.4.40"
[build-dependencies]
tonic-build = "0.11.0"