feat(presentation): ActivityPub routes — WebFinger, NodeInfo, inbox, outbox

This commit is contained in:
2026-05-14 10:28:22 +02:00
parent 2080fec347
commit e0a27c99a4
5 changed files with 62 additions and 7 deletions

View File

@@ -30,6 +30,11 @@ dotenvy = { workspace = true }
async-trait = { workspace = true }
sha2 = "0.10"
hex = "0.4"
activitypub = { workspace = true }
activitypub-base = { workspace = true }
postgres-federation = { workspace = true }
url = { workspace = true }
activitypub_federation = "0.7.0-beta.11"
[dev-dependencies]
http-body-util = "0.1"