caveman/butcher/src/config.rs

7 lines
146 B
Rust
Raw Normal View History

2023-01-22 00:05:10 +01:00
#[derive(Debug, serde::Deserialize)]
pub struct Config {
pub redis: String,
pub redis_password_file: String,
pub profanity: String,
2023-01-22 00:05:10 +01:00
}