✨ parallel downloads
This commit is contained in:
parent
ac6dd1479d
commit
71fa998861
3 changed files with 136 additions and 18 deletions
|
@ -5,13 +5,14 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
based = { git = "https://git.hydrar.de/jmarya/based" }
|
||||
comrade = { git = "https://git.hydrar.de/jmarya/comrade" }
|
||||
bytesize = "1.3.0"
|
||||
chrono = "0.4.39"
|
||||
env_logger = "0.11.6"
|
||||
log = "0.4.22"
|
||||
maud = "0.26.0"
|
||||
rand = "0.9.0"
|
||||
reqwest = { version = "0.12.12" }
|
||||
reqwest = { version = "0.12.12", features = ["blocking"] }
|
||||
rocket = "0.5.1"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue