feat: use anyhow, refactor services & coordinator out of main.rs

This commit is contained in:
2025-08-26 15:33:29 -05:00
parent d4c55a3fd8
commit cff672b30a
8 changed files with 234 additions and 184 deletions

View File

@@ -19,3 +19,5 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
dotenvy = "0.15.7"
poise = "0.6.1"
async-trait = "0.1"
anyhow = "1.0.99"
thiserror = "2.0.16"