Support LZ4 compression

This commit is contained in:
Jaby
2022-12-06 04:56:40 +01:00
parent 166e889162
commit 5de6efe2c1
6 changed files with 22 additions and 20 deletions

View File

@@ -1,10 +1,11 @@
[package]
name = "tool_helper"
version = "0.5.0"
version = "0.6.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 = "*"