Support glob in get repositories (fix #184)

This commit is contained in:
Roey Darwish Dror
2019-08-11 12:41:09 +03:00
parent 4941a0831a
commit 7f164494d1
5 changed files with 36 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ tokio-process = "0.2.3"
futures = "0.1.27"
openssl-probe = { version = "0.1.2", optional = true }
pretty_env_logger = "0.3.0"
glob = "0.3.0"
[target.'cfg(unix)'.dependencies]
nix = "0.14.0"