feat: wire config, component loading, and axum serve in main

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 15:32:10 +02:00
parent 7747ffbc20
commit 86c4440576
5 changed files with 261 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod config;
pub mod error;
pub mod fetch;
pub mod http;