Add clap
This commit is contained in:
parent
3e4e7d38d8
commit
a6fd0f1dd7
2 changed files with 110 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ rand = "0.8.5"
|
|||
sanitize-filename = "0.6.0"
|
||||
axum-jsonschema = { version = "0.8.0", features = ["aide"] }
|
||||
regex = "1.11.1"
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue