Implement LZ4 strip and make tools write errors to err instead of out
This commit is contained in:
@@ -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 = "*"
|
Reference in New Issue
Block a user