caveman/gatherer/src/config.rs

6 lines
108 B
Rust
Raw Normal View History

2022-11-05 20:51:18 +01:00
#[derive(Debug, serde::Deserialize)]
pub struct Config {
pub redis: String,
pub listen_port: u16,
}