Add clap commands
This commit is contained in:
parent
9a1ba8f1ce
commit
e27694ef85
4 changed files with 194 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ edition = "2021"
|
|||
[workspace.dependencies]
|
||||
async-trait = "0.1.83"
|
||||
caseless = "0.2.1"
|
||||
clap = { version = "4.5.23", default-features = false, features = ["std"] }
|
||||
cookie = "0.18.1"
|
||||
futures-util = "0.3.31"
|
||||
jiff = { version = "0.1.15", default-features = false, features = ["std"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue