Allow to add emails
This commit is contained in:
parent
d016f2e95e
commit
026374fd7c
5 changed files with 126 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue