summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-04-25 12:57:43 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-04-25 12:58:27 -0400
commitea0ea2f394f27ab7eb92d62bf54c64fd8ab32752 (patch)
tree97210eb14ef02cb4d9cb1db1d1678ef8ab50e632 /Cargo.toml
parent18a5b367246f04955ee64e938033437295f045ad (diff)
add support for glob file selection
- rename some command configurations
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 8a29197..be76fc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ edition = "2018"
alphanumeric-sort = "^1"
chrono = "^0"
dirs-next = "^2"
+globset = "^0"
lazy_static = "^1"
libc = "^0"
open = "^1"