Skip to content

Commit b5515a9

Browse files
committed
migrate from structopt to clap
1 parent 9dc7ec7 commit b5515a9

File tree

3 files changed

+92
-151
lines changed

3 files changed

+92
-151
lines changed

Cargo.lock

Lines changed: 39 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing = "0.1.37"
2828
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "fmt", "env-filter"] }
2929
tracing-log = "0.1.3"
3030
regex = "1"
31-
structopt = "0.3"
31+
clap = { version = "4.0.22", features = [ "derive" ] }
3232
crates-index = { version = "0.18.5", optional = true }
3333
rayon = { version = "1", optional = true }
3434
crates-index-diff = "10.0.0"

0 commit comments

Comments
 (0)