mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
some experimentation with frontend
This commit is contained in:
6
crates/frontend/src/config.rs
Normal file
6
crates/frontend/src/config.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Deserialize, Serialize, Debug, Clone)]
|
||||
pub struct FrontendConfig {
|
||||
secret_key: String,
|
||||
}
|
||||
Reference in New Issue
Block a user