feat(domain): ActivityPubRepository port with federation vocabulary

This commit is contained in:
2026-05-14 10:52:35 +02:00
parent 54bd1c193b
commit 5f8e96b9be
3 changed files with 146 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ uuid = { workspace = true }
chrono = { workspace = true }
serde = { workspace = true }
futures = { workspace = true }
url = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }