disable unused libs
This commit is contained in:
parent
7aeba26b98
commit
9ef23af0fd
3 changed files with 235 additions and 925 deletions
1156
Cargo.lock
generated
1156
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,13 +7,11 @@ edition = "2024"
|
||||||
chrono = "0.4.41"
|
chrono = "0.4.41"
|
||||||
flate2 = "1.1.2"
|
flate2 = "1.1.2"
|
||||||
git2 = "0.20.2"
|
git2 = "0.20.2"
|
||||||
j4rs = "0.22.0"
|
|
||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||||
serde_json = "1.0.140"
|
serde_json = "1.0.140"
|
||||||
tar = "0.4.44"
|
tar = "0.4.44"
|
||||||
uu_cp = "0.2.2"
|
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
zip = "5.0.0"
|
zip = "5.0.0"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
pub mod firmware;
|
// pub mod firmware;
|
||||||
pub mod models;
|
pub mod models;
|
||||||
pub mod previews;
|
pub mod previews;
|
||||||
pub mod recipe_functions;
|
pub mod recipe_functions;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue