#![forbid(unsafe_code)] #[tokio::main] async fn main() -> anyhow::Result<()> { hermes_backend::run().await }