Require user to be UUID

This commit is contained in:
Bad Manners 2024-10-05 17:58:36 -03:00
parent 7abd08dbff
commit 3cea5eb70a
3 changed files with 10 additions and 1 deletions

View file

@ -16,3 +16,4 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10.8"
tokio = { version = "1", features = ["full"] }
uuid = "1.10.0"