summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRoy Ivy III <rivy.dev@gmail.com>2019-05-07 12:59:15 -0500
committerPierre Peltier <dev@halium.fr>2019-05-21 13:24:06 +0200
commit32e0444b6f79a72c1897ea7c02fecb4e13a8e235 (patch)
tree940e560fb959eed81b47956fc8ff719312a003dd /Cargo.toml
parent3a2a19fcb69728f9309d9b5e1fe3c754bb7ae0d3 (diff)
add portable command line wildcard support
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 842a871..1a3fae7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ time = "0.1.40"
chrono-humanize = "0.0.11"
unicode-width = "0.1.5"
lscolors = "0.5.0"
+wild = "2.0.1"
[target.'cfg(unix)'.dependencies]
users = "0.9.0"