summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRichard Hozák <r.hozak@seznam.cz>2018-10-03 22:59:11 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-10-03 22:59:11 +0200
commitb39e28d2c855be1cbb560dd2c6dd65e337b4e218 (patch)
tree3e0189074f199ad79bf25d43281f16e29185f990 /Cargo.toml
parent0d7196861523ca14a1df58f7fbf9a75c34723175 (diff)
Add support for wildcards in Windows CMD (#329)
Windows does not support wildcard expansion in cmd, this adds 'wild' crate (as discussed in #309) that handles everything transparently, so wildcards work everywhere. Fixes #309
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d75e480..c1745362 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ ansi_colours = "^1.0"
console = "0.6"
directories = "1.0"
lazy_static = "1.0"
+wild = "2.0"
[dependencies.git2]
version = "0.7"