settings/security: generate paper key

This commit is contained in:
Philippe Loctaux 2023-04-10 15:17:08 +02:00
parent c1daa34f2c
commit a67c7559b9
12 changed files with 183 additions and 4 deletions

View file

@ -9,3 +9,4 @@ rand_core = { version = "0.6", features = ["std"] }
thiserror = { workspace = true }
nanoid = { workspace = true }
nanoid-dictionary = { workspace = true }
gen_passphrase = { version = "0.1", features = ["eff_short_2"] }