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
+2
View File
@@ -5,6 +5,7 @@ edition.workspace = true
authors.workspace = true
[dependencies]
anyhow = "1"
async-trait = "0.1"
axum = "0.8"
futures = "0.3"
@@ -15,6 +16,7 @@ serde_json = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
wasmtime = { version = "45", features = ["component-model"] }
wasmtime-wasi = "45"