use anyhow::Result; #[tokio::main] async fn main() -> Result<()> { dermy_api::run().await?; Ok(()) }