fix: permissions of unzipped files (#84)

This commit is contained in:
sigoden
2022-06-30 19:29:47 +08:00
committed by GitHub
parent 583117c01f
commit 2e6af671ca
3 changed files with 11 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
futures = "0.3"
base64 = "0.13"
async_zip = "0.0.7"
async_zip = { git = "https://github.com/sigoden/rs-async-zip", branch = "patch01" }
async-walkdir = "0.2"
headers = "0.3"
mime_guess = "2.0"