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