Skip to content

Commit

Permalink
chore: WIP: add zstd compression
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f7789f8 commit e239227
Showing 5 changed files with 547 additions and 12 deletions.
61 changes: 61 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -34,3 +34,5 @@ dirs = "5.0.1"
futures-util = "0.3.29"
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
indicatif = "0.17.7"
bzip2 = "0.4.4"
zstd = { version = "0.13.2", features = ["zstdmt"] }
Loading

0 comments on commit e239227

Please sign in to comment.