mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 14:02:29 +00:00
Add some CLI commands to generate a default configuration and password hashes
This commit is contained in:
@@ -5,5 +5,5 @@ use serde::{Deserialize, Serialize};
|
||||
pub struct FrontendConfig {
|
||||
#[serde(serialize_with = "hex::serde::serialize")]
|
||||
#[serde(deserialize_with = "hex::serde::deserialize")]
|
||||
pub secret_key: Vec<u8>,
|
||||
pub secret_key: [u8; 64],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user