Implement git pulling with Tokio (#408)

This commit is contained in:
Roey Darwish Dror
2020-05-15 11:11:28 +03:00
committed by GitHub
parent a981aad3df
commit f58b2a0c20
4 changed files with 175 additions and 94 deletions

View File

@@ -30,6 +30,8 @@ thiserror = "1.0.9"
anyhow = "1.0.25"
tempfile = "3.1.0"
cfg-if = "0.1.10"
tokio = { version = "0.2", features = ["rt-core", "process"] }
futures = "0.3"
[target.'cfg(target_os = "macos")'.dependencies]
notify-rust = "3.6.3"