summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRoy Ivy III <rivy.dev@gmail.com>2020-07-06 09:22:19 -0500
committerRoy Ivy III <rivy.dev@gmail.com>2020-07-06 09:22:19 -0500
commit2c73b4d59603c12d31ded1a2f2ca9ef97a5ff0b3 (patch)
treeb131e527bbc7e2302b8cd457c57293cb12155817 /Cargo.toml
parent5a11216b53af2644100fcfebe44b0b6eea2dbb78 (diff)
add windows wildcard argument support (using `wild`)
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 9c90834..dbe2160 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,6 +35,7 @@ crosstermion = { optional = true, version = "0.1.3", default-features = false }
tui = { version = "0.9.1", optional = true, default-features = false }
tui-react = { version = "0.4", optional = true }
open = { version = "1.2.2", optional = true }
+wild = "2.0.4"
[[bin]]
name="dua"