Can download ISO file by URL

This commit is contained in:
2023-09-05 16:12:20 +02:00
parent 4b55e17ee0
commit e7d5747b99
11 changed files with 231 additions and 9 deletions

View File

@ -9,7 +9,7 @@ edition = "2021"
log = "0.4.19"
env_logger = "0.10.0"
clap = { version = "4.3.19", features = ["derive", "env"] }
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
light-openid = { version = "1.0.1", features = ["crypto-wrapper"] }
lazy_static = "1.4.0"
actix-web = "4"
actix-remote-ip = "0.1.0"
@ -21,4 +21,6 @@ serde_json = "1.0.105"
futures-util = "0.3.28"
anyhow = "1.0.75"
actix-multipart = "0.6.1"
tempfile = "3.8.0"
tempfile = "3.8.0"
reqwest = { version = "0.11.18", features = ["stream"] }
url = "2.4.0"