update clap version, redo arg_handler with derive
The argument parsing is redone with derive of a struct. For now the ArgHandler is kept as is to minimize the necessary changes.
This commit is contained in:
@@ -14,7 +14,7 @@ categories = [
|
||||
|
||||
[dependencies]
|
||||
bufstream = "0.1"
|
||||
clap = "2.34"
|
||||
clap = { version = "4.4", features = [ "derive" ] }
|
||||
image = "0.23"
|
||||
num_cpus = "1.13.1"
|
||||
regex = "1.5"
|
||||
|
||||
Reference in New Issue
Block a user