mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
uucore: make glob dependence optional under the parser feature
This commit is contained in:
parent
9dd8d8ab0d
commit
a3f770fbe8
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ number_prefix = { workspace = true }
|
||||||
dns-lookup = { workspace = true, optional = true }
|
dns-lookup = { workspace = true, optional = true }
|
||||||
dunce = { version = "1.0.4", optional = true }
|
dunce = { version = "1.0.4", optional = true }
|
||||||
wild = "2.2.1"
|
wild = "2.2.1"
|
||||||
glob = { workspace = true }
|
glob = { workspace = true, optional = true }
|
||||||
iana-time-zone = { workspace = true, optional = true }
|
iana-time-zone = { workspace = true, optional = true }
|
||||||
itertools = { workspace = true, optional = true }
|
itertools = { workspace = true, optional = true }
|
||||||
thiserror = { workspace = true, optional = true }
|
thiserror = { workspace = true, optional = true }
|
||||||
|
@ -113,7 +113,7 @@ proc-info = ["tty", "walkdir"]
|
||||||
quoting-style = []
|
quoting-style = []
|
||||||
ranges = []
|
ranges = []
|
||||||
ringbuffer = []
|
ringbuffer = []
|
||||||
parser = ["extendedbigdecimal", "num-traits"]
|
parser = ["extendedbigdecimal", "glob", "num-traits"]
|
||||||
signals = []
|
signals = []
|
||||||
sum = [
|
sum = [
|
||||||
"digest",
|
"digest",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue