feat: add axum HTTP layer with lookup endpoint and healthz

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-05 15:19:18 +02:00
parent 0880198b3c
commit 58f4bd4fdf
4 changed files with 275 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod error;
pub mod fetch;
pub mod http;
pub mod model;
pub mod service;