Added functionality for running a command before flashing

This commit is contained in:
2025-09-19 17:50:52 +02:00
parent 1b9f1ea4c1
commit dd49c30ac9
4 changed files with 45 additions and 2 deletions

7
Cargo.lock generated
View File

@@ -222,6 +222,12 @@ dependencies = [
"windows",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "syn"
version = "2.0.106"
@@ -253,6 +259,7 @@ dependencies = [
"pbr",
"serial2",
"serial_enumerator",
"shlex",
"termion",
]