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

View file

@ -36,6 +36,7 @@ clap = { version = "4.5.38", features = ["derive"] }
futures = "0.3.31"
serde_json = "1.0.140"
clap-verbosity-flag = "3.0.3"
bimap = "0.6.3"
[lints]
workspace = true