fix(arch): move AP router assembly to bootstrap — presentation no longer depends on activitypub-base

This commit is contained in:
2026-05-14 16:09:21 +02:00
parent 970f5a1644
commit 004f3cd4d2
3 changed files with 24 additions and 31 deletions

View File

@@ -18,9 +18,7 @@ tracing = { workspace = true }
async-trait = { workspace = true }
sha2 = "0.10"
hex = "0.4"
activitypub-base = { workspace = true }
url = { workspace = true }
activitypub_federation = "0.7.0-beta.11"
utoipa = { version = "5.5.0", features = ["axum_extras", "uuid", "chrono"] }
utoipa-scalar = { version = "0.3.0", features = ["axum"], default-features = false }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "vendored"] }