Skip to content

Commit b2c3d81

Browse files
committed
Okay xattr
1 parent fc241c1 commit b2c3d81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ digest = { workspace = true, optional = true }
3737
sysinfo = { workspace = true, optional = true }
3838
tempfile = { workspace = true, optional = true }
3939
string-interner = { workspace = true, optional = true }
40-
xattr = { workspace = true, optional = true }
4140
zstd = { workspace = true, optional = true }
4241
zstd-safe = { workspace = true, optional = true }
4342
xz2 = { workspace = true, optional = true }
@@ -80,6 +79,9 @@ xz = ["dep:xz2"]
8079
zstd = ["dep:zstd", "dep:zstd-safe"]
8180
xattr = ["dep:xattr"]
8281

82+
[target.'cfg(unix)'.dependencies]
83+
xattr = { workspace = true, optional = true }
84+
8385
[workspace]
8486
resolver = "3"
8587
members = ["cli", "crates/*"]

0 commit comments

Comments
 (0)