users: get user by id, email, username

This commit is contained in:
Philippe Loctaux 2023-03-11 00:33:58 +01:00
parent b8f6cae85e
commit d790d2ff29
8 changed files with 254 additions and 6 deletions

View file

@ -8,4 +8,5 @@ database = { path = "../database" }
hash = { path = "../hash" }
id = { path = "../id" }
thiserror = { workspace = true }
chrono = { workspace = true }
chrono = { workspace = true }
email_address = { version = "0.2.4", default-features = false }