feat(daemon): add AppState with fixture-backed in-memory store

This commit is contained in:
michael
2026-04-26 20:48:56 -07:00
parent c78ad0dc29
commit 0dec2a1236
2 changed files with 126 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
use anyhow::Result;
use tracing::info;
mod state;
#[tokio::main]
async fn main() -> Result<()> {
tracing_subscriber::fmt()