added bz2 support
This commit is contained in:
parent
5e152b4a1b
commit
b85719ed83
4 changed files with 37 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue