first mostly working version

This commit is contained in:
Tamo
2022-10-16 01:39:01 +02:00
committed by Clément Renault
parent c051166bcc
commit d976e680c5
18 changed files with 403 additions and 57 deletions

View File

@ -34,6 +34,7 @@ byte-unit = { version = "4.0.14", default-features = false, features = ["std", "
bytes = "1.2.1"
clap = { version = "4.0.9", features = ["derive", "env"] }
crossbeam-channel = "0.5.6"
dump = { path = "../dump" }
either = "1.8.0"
env_logger = "0.9.1"
flate2 = "1.0.24"