now using the bytes package

This commit is contained in:
2023-02-06 17:40:40 +01:00
parent df1255d479
commit 48f0a44eaa
3 changed files with 9 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ license-file = "LICENSE.txt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.4.0"
regex = "1.7.1"
reqwest = {version = "0.11.14", features = ["blocking"]}
reqwest = { version = "0.11.14", features = ["blocking"] }
zip-extract = "0.1.1"