This commit is contained in:
Andras Schmelczer 2025-03-24 21:57:05 +00:00
parent 3e4e7d38d8
commit a6fd0f1dd7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 110 additions and 0 deletions

View file

@ -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