1 2 3 4 5 6
use chaiwala::config; fn main() { let config = config::from_file("config.toml"); println!("{config:?}"); }