Perform git pulls in parallel (fix #48)

This commit is contained in:
Roey Darwish Dror
2019-05-22 08:55:50 +03:00
parent 48653f555d
commit 2d15814996
5 changed files with 240 additions and 26 deletions

View File

@@ -27,6 +27,9 @@ self_update_crate = { version = "0.5.1", optional = true, package = "self_updat
lazy_static = "1.2.0"
rust-ini = "0.13.0"
chrono = "0.4.6"
tokio = "0.1.20"
tokio-process = "0.2.3"
futures = "0.1.27"
[target.'cfg(unix)'.dependencies]
nix = "0.13.0"