1 2 3 4 5 6 7
use serde::Deserialize; #[derive(Clone, Deserialize)] pub struct Config { pub secure_cookies: bool, pub sendmail_path: Option<String>, }