feat: custom option getter
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -19,6 +19,12 @@ byteorder = "1.5.0"
|
||||
clap = { version = "4.5.48", features = ["derive", "wrap_help"] }
|
||||
log = "0.4.28"
|
||||
log4rs = "1.4.0"
|
||||
num_enum = "0.7.4"
|
||||
rusb = "0.9.4"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
strsim = "0.11.1"
|
||||
ptp_macro = { path = "crates/ptp/macro" }
|
||||
ptp_cursor = { path = "crates/ptp/cursor" }
|
||||
strum = { version = "0.27.2", features = ["strum_macros"] }
|
||||
strum_macros = "0.27.2"
|
||||
|
Reference in New Issue
Block a user