disable unused libs

This commit is contained in:
Pakin 2026-01-08 13:16:39 +07:00
parent 7aeba26b98
commit 9ef23af0fd
3 changed files with 235 additions and 925 deletions

1156
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,13 +7,11 @@ edition = "2024"
chrono = "0.4.41"
flate2 = "1.1.2"
git2 = "0.20.2"
j4rs = "0.22.0"
log = "0.4.27"
rand = "0.9.2"
rayon = "1.10.0"
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
serde_json = "1.0.140"
tar = "0.4.44"
uu_cp = "0.2.2"
walkdir = "2.5.0"
zip = "5.0.0"

View file

@ -1,4 +1,4 @@
pub mod firmware;
// pub mod firmware;
pub mod models;
pub mod previews;
pub mod recipe_functions;