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