+ cleanup

This commit is contained in:
Pari Malam
2026-06-05 21:02:40 +08:00
parent 612ba74bc8
commit c1f5b7961d
65 changed files with 670 additions and 641 deletions
+6 -2
View File
@@ -4,7 +4,11 @@ version = "0.2.0"
edition = "2024"
description = "Firmware extractor for various file formats from TVs and AV devices"
license = "GPL-3.0"
repository = "https://github.com/theubusu/unixtract"
repository = "https://github.com/Ap0dexMe0/unixtract"
[features]
default = ["zstd"]
zstd = ["dep:zstd"]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
@@ -27,7 +31,7 @@ prost-types = "0.14.1"
bzip2 = "0.6.1"
liblzma = "0.4.5"
des = "0.8.1"
zstd = "0.13.3"
zstd = { version = "0.13.3", optional = true }
thiserror = "2.0"
log = "0.4"
env_logger = "0.11"