1 2 3 4
use roast_cli::roast::roast_cli_stub; use std::io; fn main() -> io::Result<()> { roast_cli_stub() }