Skip to content

Commit

Permalink
Move from structopt to clap
Browse files Browse the repository at this point in the history
This commit include changes to move from structopt to clap.
This includes:
 - Update Cargo.toml.
 - Update commands from structopt to clap.
 - Some auxiliary fixes in commands.
 - Updates main.
  • Loading branch information
rajarshimaitra committed Nov 19, 2022
1 parent af925ab commit 5bbc45a
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 142 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ license = "MIT"
[dependencies]
bdk = { version = "0.24", default-features = false, features = ["all-keys"] }
bdk-macros = "0.6"
structopt = "0.3"
clap = { version = "3.2.22", features = ["derive"] }
serde_json = "1.0"
log = "0.4"
zeroize = "<1.4.0"
Expand Down

0 comments on commit 5bbc45a

Please sign in to comment.