#[derive(Debug, Clone)] pub struct Config { pub port: u64, pub verbose: bool, pub server_id: u64, }