fix(deps): refactor xattr package configuration

This commit is contained in:
xtqqczze
2026-01-23 17:34:05 +00:00
parent a1d779837d
commit bd7e523ef3
3 changed files with 2 additions and 2 deletions
+2
View File
@@ -38,4 +38,6 @@ uucore = { workspace = true, features = [
[target.'cfg(unix)'.dependencies]
nix = { workspace = true, features = ["process", "signal", "term", "user"] }
rlimit = "0.10.1"
[target.'cfg(all(unix, not(any(target_os = "macos", target_os = "openbsd"))))'.dependencies]
xattr = { workspace = true }