added bz2 support

This commit is contained in:
specCon18 2023-09-03 20:46:20 -04:00
parent 5e152b4a1b
commit b85719ed83
4 changed files with 37 additions and 6 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bzip2 = "0.4.4"
clap = "2.33.3"
color-eyre = "0.6.2"
crossterm = "0.27.0"