aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 85d38aa..876091f 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -124,6 +124,7 @@ pub struct UserEntry {
pub email_addresses: Vec<String>,
pub password: String,
+ #[serde(flatten)]
pub crypto_root: CryptographyRoot,
#[serde(flatten)]