summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-23 18:49:38 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-23 21:12:48 +0100
commit2e1858ca519fd2a6fbf4839a23abcf17588dcc32 (patch)
tree2ab45e65481b661b2059337fb4d6204a019a801e /Cargo.toml
parent3804a1f8e70e1f64977d1fcac20d6541aa5956d7 (diff)
use `gix-glob` for matching; support for matching dirs only.
That way, git-like globs can be used which support nice extras, like searching for directories only.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 880abdd..1df408e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,9 @@ wild = "2.0.4"
owo-colors = "3.5.0"
human_format = "1.0.3"
once_cell = "1.19"
-globset = "0.4.14"
+gix-glob = "0.14.1"
+gix-path = "0.10.1"
+bstr = "1.8.0"
[[bin]]
name="dua"