Switch from structopt to clap
This commit is contained in:
parent
a63529b972
commit
bc0d2481c8
3 changed files with 86 additions and 86 deletions
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4.19"
|
||||
clap = { version = "3.1.18", features = ["derive"] }
|
||||
codespan-reporting = "0.11.1"
|
||||
colored = "2.0.0"
|
||||
computus = "1.0.0"
|
||||
|
|
@ -13,7 +14,6 @@ edit = "0.1.3"
|
|||
pest = "2.1.3"
|
||||
pest_derive = "2.1.0"
|
||||
promptly = "0.3.0"
|
||||
structopt = "0.3.26"
|
||||
termcolor = "1.1.3"
|
||||
thiserror = "1.0.30"
|
||||
tzfile = { git = "https://github.com/Garmelon/tzfile.git", branch = "tzdir" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue