Skip to content

Commit

Permalink
remove deprecated structopt
Browse files Browse the repository at this point in the history
replace with clap
  • Loading branch information
lovasoa committed Oct 4, 2023
1 parent 2ed2551 commit 9e64c99
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 187 deletions.
176 changes: 32 additions & 144 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dezoomify-rs"
version = "2.11.2"
version = "2.11.3"
authors = ["lovasoa"]
edition = "2021"
license-file = "LICENSE"
Expand All @@ -17,7 +17,7 @@ png = "0.17"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
custom_error = "1.7"
structopt = "0.3"
clap = { version = "4.4.6", features = ["derive"] }
evalexpr = "11"
regex = "1"
lazy_static = "1.4"
Expand Down
Loading

0 comments on commit 9e64c99

Please sign in to comment.