// Backend main entry point use calendar_backend::*; #[tokio::main] async fn main() -> Result<(), Box> { run_server().await }