Add validator

This commit is contained in:
Pierre Berthe 2024-07-25 18:19:56 +02:00
parent 67b3a91a23
commit 11ca3e3aae
3 changed files with 191 additions and 19 deletions

View file

@ -14,3 +14,4 @@ serde_json = "1.0.120"
sled = "0.34.7"
stylist = "0.13.0"
tokio = { version = "1.39.1", features = ["net", "rt-multi-thread"] }
validator = { version = "0.18.1", features = ["derive"] }