mod builder; mod cli; mod config; mod eval; mod graph; mod log; mod options; mod recipe; fn main() -> anyhow::Result<()> { cli::run() }