mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 10:32:19 +00:00
Sketch of an integration test
This commit is contained in:
@@ -14,7 +14,7 @@ use crate::config::{
|
||||
#[derive(Debug, Parser)]
|
||||
pub struct GenConfigArgs {}
|
||||
|
||||
fn generate_frontend_secret() -> [u8; 64] {
|
||||
pub fn generate_frontend_secret() -> [u8; 64] {
|
||||
let mut rng = rand::thread_rng();
|
||||
|
||||
let mut secret = [0u8; 64];
|
||||
|
||||
Reference in New Issue
Block a user