add firmware reader
This commit is contained in:
parent
4af7cabf73
commit
95c57a6333
6 changed files with 982 additions and 5 deletions
|
|
@ -6,6 +6,11 @@ edition = "2024"
|
|||
[dependencies]
|
||||
chrono = "0.4.41"
|
||||
log = "0.4.27"
|
||||
mlua = "0.11.3"
|
||||
rand = "0.9.2"
|
||||
rayon = "1.10.0"
|
||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||
serde_json = "1.0.140"
|
||||
serde_json = "1.0.140"
|
||||
tar = "0.4.44"
|
||||
walkdir = "2.5.0"
|
||||
zip = "5.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue