feat: replace async-trait with erased box type

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 11:05:33 +01:00
parent 5e60a272f7
commit f0c90edce9
13 changed files with 93 additions and 74 deletions

View File

@@ -6,7 +6,6 @@ resolver = "2"
version = "0.10.0"
[workspace.dependencies]
mad = { path = "crates/mad" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }