Restructure CLI to use subcommands
This commit is contained in:
parent
42f2fa5f80
commit
b6707e34b8
5 changed files with 341 additions and 253 deletions
|
@ -14,5 +14,6 @@ anyhow = "1.0.71"
|
|||
bitreader = "0.3.7"
|
||||
clap = { version = "4.3.4", features = ["derive"] }
|
||||
openssl = { git = "https://github.com/anpage/rust-openssl.git" }
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.40"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue