Migrate structopt -> clap and upgrade dependencies
This commit is contained in:
parent
d995c9aa01
commit
a49bc76b0e
2 changed files with 18 additions and 20 deletions
|
@ -10,8 +10,8 @@ license = "GPL-3.0-or-later"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
shlex = "1.3"
|
||||
smallvec = "1.13"
|
||||
structopt = "0.3"
|
||||
smallvec = "1.14"
|
||||
|
||||
unicode-width = "<0.1.14" # subdependency causing compilation failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue