Skip to content

Commit

Permalink
ditch structopt
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Aug 29, 2023
1 parent 5385bf8 commit e9074a2
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 146 deletions.
234 changes: 95 additions & 139 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mehsh_check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["timglabisch <[email protected]>"]
edition = "2018"

[dependencies]
structopt = "0.3.*"
clap = { version = "4.*", features = ["derive"] }
futures = "0.3.*"
bytes = "1.*"
rand = "*"
Expand Down
Loading

0 comments on commit e9074a2

Please sign in to comment.