feat(arr): add zip dep and provider config error

This commit is contained in:
Miguel Palhas
2026-08-24 22:54:13 +01:00
parent 94d9fc8b89
commit d8acf30fb7
4 changed files with 92 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
url = "2"
uuid = { version = "1", features = ["v4", "serde"] }
zip = { version = "8", default-features = false, features = ["deflate-flate2-zlib-rs"] }
# Test-only
tempfile = "3"