feat: device commands

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-10-13 15:37:16 +01:00
parent 73c75f941a
commit f74328dfa8
14 changed files with 330 additions and 22 deletions

View File

@@ -19,3 +19,5 @@ libptp = "0.6.5"
log = "0.4.28"
log4rs = "1.4.0"
rusb = "0.9.4"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"