This commit is contained in:
2026-04-09 14:55:37 +02:00
parent 8be455ba98
commit 4a85efc270
30 changed files with 4895 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#![forbid(unsafe_code)]
#[tokio::main]
async fn main() -> anyhow::Result<()> {
hermes_backend::run().await
}