brass/web/src/utils/app_customization.rs

5 lines
79 B
Rust

#[derive(Clone)]
pub struct Customization {
pub webmaster_email: String,
}