fix error lua & firmware peek
This commit is contained in:
parent
95c57a6333
commit
95fd7f8e03
2 changed files with 26 additions and 18 deletions
|
|
@ -6,7 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
chrono = "0.4.41"
|
||||
log = "0.4.27"
|
||||
mlua = "0.11.3"
|
||||
mlua = { version = "0.11.3", features = ["lua54"] }
|
||||
rand = "0.9.2"
|
||||
rayon = "1.10.0"
|
||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue