Skip to content

Commit

Permalink
feat: Support adding sparse files to archives
Browse files Browse the repository at this point in the history
  • Loading branch information
xzfc committed Aug 22, 2024
1 parent 8e18fc5 commit 63f17d1
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 20 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tempfile = "3"

[target."cfg(unix)".dependencies]
xattr = { version = "1.1.3", optional = true }
nix = { version = "0.29", features = ["feature", "fs"] }
libc = "0.2"

[features]
Expand Down
Loading

0 comments on commit 63f17d1

Please sign in to comment.