1 2 3 4 5 6 7 8 9 10
mod cmd; mod scenarios; use cmd::run; use eyre::Result; #[hotpath::main] fn main() -> Result<()> { run::run() }