// use color_eyre::Result; #[tokio::main] #[cfg_attr(test, mutants::skip)] async fn main() -> Result<()> { color_eyre::install()?; Ok(()) }