caveman/butcher/src/config.rs

6 lines
109 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 profanity: String,
2023-01-22 00:05:10 +01:00
}