1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

parallelize git pull

fixes #21
This commit is contained in:
Robin Appelman 2026-05-08 19:09:31 +02:00
commit b977cd9dfa
3 changed files with 103 additions and 40 deletions

View file

@ -39,6 +39,7 @@ zip = "8.1.0"
sha2 = "0.11.0-rc.5"
base16ct = { version = "1.0.0", features = ["alloc"] }
indicatif = "0.18.4"
rayon = "1.12.0"
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
hyper = "1.8.1"