feat: switch to zip from zip-extract

This commit is contained in:
rvcas
2023-02-01 14:38:26 -05:00
committed by Lucas
parent 651f757b63
commit 618ea0c8dc
4 changed files with 267 additions and 28 deletions

View File

@@ -36,4 +36,4 @@ tokio = { version = "1.23.1", features = ["full"] }
toml = "0.5.9"
uplc = { path = '../uplc', version = "0.0.28" }
walkdir = "2.3.2"
zip-extract = "0.1.1"
zip = "0.6.4"