settings: store id of first admin user

This commit is contained in:
Philippe Loctaux 2023-03-05 23:33:10 +01:00
parent 3e168c19bc
commit a3866b0af2
5 changed files with 25 additions and 0 deletions

View file

@ -5,5 +5,6 @@ edition = "2021"
[dependencies]
database = { path = "../database" }
id = { path = "../id" }
thiserror = { workspace = true }
chrono = { workspace = true }