Add flag for limit execution to specific remote hosts (fix #491) (#492)

This commit is contained in:
Roey Darwish Dror
2020-08-02 06:29:16 +03:00
committed by GitHub
parent 43be5bd7da
commit be631c663e
4 changed files with 16 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ tempfile = "3.1.0"
cfg-if = "0.1.10"
tokio = { version = "0.2", features = ["rt-core", "process"] }
futures = "0.3"
regex = "1.3.9"
[target.'cfg(target_os = "macos")'.dependencies]
notify-rust = "4.0.0"