+ added vestel

This commit is contained in:
Pari Malam
2026-06-04 19:46:23 +08:00
parent 6c51de5d9c
commit 7ccf2519ab
36 changed files with 810 additions and 222 deletions
+8 -2
View File
@@ -1,7 +1,10 @@
[package]
name = "unixtract"
version = "0.1.0"
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"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
@@ -24,4 +27,7 @@ prost-types = "0.14.1"
bzip2 = "0.6.1"
liblzma = "0.4.5"
des = "0.8.1"
zstd = "0.13.3"
zstd = "0.13.3"
thiserror = "2.0"
log = "0.4"
env_logger = "0.11"