feat(postgres): PgActivityPubRepository implementing ActivityPubRepository port

This commit is contained in:
2026-05-14 10:55:58 +02:00
parent 5f8e96b9be
commit e0b0a71f1d
3 changed files with 269 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ chrono = { workspace = true }
async-trait = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }