Validate user config

This commit is contained in:
Andras Schmelczer 2025-05-24 18:45:33 +01:00
parent 31833a9f47
commit 0f5bfa3d5e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 122 additions and 6 deletions

7
backend/Cargo.lock generated
View file

@ -362,6 +362,12 @@ version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "bimap"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
[[package]]
name = "bit-set"
version = "0.5.3"
@ -2563,6 +2569,7 @@ dependencies = [
"axum-extra",
"axum-jsonschema",
"axum_typed_multipart",
"bimap",
"chrono",
"clap",
"clap-verbosity-flag",