mod settings; use settings::Settings; #[tokio::main] async fn main() { let settings = Settings::new(); println!("{:?}", settings); }