database: added keys migration, get/insert, insert keys at launch if none are present
This commit is contained in:
parent
7f11016a34
commit
8c37fc1181
15 changed files with 453 additions and 2 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue