Skip to content

Commit

Permalink
feat: implement Header and Archive methods (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Dec 3, 2023
1 parent e7b4ed0 commit ca33d24
Show file tree
Hide file tree
Showing 6 changed files with 1,049 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ version = "0.1.0"
crate-type = ["cdylib"]

[dependencies]
napi = "2"
anyhow = "1"
napi = { version = "2", features = ["anyhow", "napi6"] }
napi-derive = "2"
tar = "0.4"

Expand Down
Loading

0 comments on commit ca33d24

Please sign in to comment.