use website::run_server; #[tokio::main] async fn main() -> Result<(), Box> { run_server().await?; Ok(()) }