chore: replace local activitypub-base with k-ap git dep

This commit is contained in:
2026-05-17 23:06:20 +02:00
parent f80d3b5983
commit 6efc47a891
36 changed files with 15 additions and 3181 deletions

View File

@@ -12,7 +12,7 @@ sqlx = { version = "0.8.6", features = [
"chrono",
] }
activitypub = { workspace = true }
activitypub-base = { workspace = true }
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.2" }
domain = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }