Add compression level support

This commit is contained in:
2025-07-29 20:06:00 +08:00
parent c6973e9c0f
commit af189c3924
6 changed files with 56 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
anyhow = "1"
blowfish = { version = "0.9", optional = true }
clap = { version = "4.5", features = ["derive"] }
clap-num = "1.2"
csv = "1.3"
emote-psb = { version = "0.5", optional = true }
encoding_rs = "0.8"