We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6db319e + a00c12c commit 61b1d45Copy full SHA for 61b1d45
src/uucore/Cargo.toml
@@ -83,6 +83,7 @@ fluent-syntax = { workspace = true }
83
unic-langid = { workspace = true }
84
fluent-bundle = { workspace = true }
85
thiserror = { workspace = true }
86
+
87
[target.'cfg(unix)'.dependencies]
88
walkdir = { workspace = true, optional = true }
89
nix = { workspace = true, features = [
@@ -95,7 +96,6 @@ nix = { workspace = true, features = [
95
96
"poll",
97
] }
98
xattr = { workspace = true, optional = true }
-itertools = { workspace = true, optional = true }
99
100
[dev-dependencies]
101
tempfile = { workspace = true }
0 commit comments