Implement LZ4 strip and make tools write errors to err instead of out

This commit is contained in:
Jaby
2023-01-03 16:34:39 +01:00
parent cdb3abd43f
commit da2bfa77d8
11 changed files with 140 additions and 34 deletions

View File

@@ -1,11 +1,12 @@
[package]
name = "tool_helper"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cdtypes = {path = "../cdtypes"}
lz4 = "*"
paste = "*"
byteorder = "*"
cdtypes = {path = "../cdtypes"}
lz4 = "*"
paste = "*"