Allow to add emails

This commit is contained in:
traxys 2023-08-28 23:33:57 +02:00
parent d016f2e95e
commit 026374fd7c
5 changed files with 126 additions and 8 deletions

View file

@ -16,6 +16,7 @@ once_cell = "1.18.0"
openidconnect = "3.3.0"
parking_lot = "0.12.1"
serde = { version = "1.0.183", features = ["derive"] }
serde_urlencoded = "0.7.1"
sqlx = { version = "0.7.1", features = ["runtime-tokio", "postgres", "uuid", "migrate"] }
tera = "1.19.0"
thiserror = "1.0.44"