database: added keys migration, get/insert, insert keys at launch if none are present

This commit is contained in:
Philippe Loctaux 2023-03-12 18:45:55 +01:00
parent 7f11016a34
commit 8c37fc1181
15 changed files with 453 additions and 2 deletions

View file

@ -10,6 +10,8 @@ serde = { workspace = true }
serde_json = { workspace = true }
rand = "0.8.5"
rsa = "0.7.2"
chrono = { workspace = true }
# local crates
id = { path = "../id" }
database = { path = "../database" }