LZ7 compress

This commit is contained in:
2022-12-06 03:12:31 +01:00
parent 9a337a1aa0
commit 999f1b2120
2 changed files with 30 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
byteorder = "*"
cdtypes = {path = "../cdtypes"}
clap = {version = "*", features = ["derive"]}
lz4 = "*"
paste = "*"
roxmltree = "*"
tool_helper = {path = "../tool_helper"}