fix: resolve thoughts compile errors after k-ap migration

This commit is contained in:
2026-05-17 23:02:49 +02:00
parent f12cc7e2a7
commit 1874954ad7
9 changed files with 879 additions and 34 deletions

51
Cargo.lock generated
View File

@@ -5,22 +5,6 @@ version = 4
[[package]]
name = "activitypub"
version = "0.1.0"
dependencies = [
"activitypub-base",
"anyhow",
"async-trait",
"chrono",
"domain",
"serde",
"serde_json",
"tracing",
"url",
"uuid",
]
[[package]]
name = "activitypub-base"
version = "0.1.0"
dependencies = [
"activitypub_federation",
"anyhow",
@@ -28,8 +12,8 @@ dependencies = [
"axum",
"chrono",
"domain",
"enum_delegate",
"futures",
"k-ap",
"reqwest",
"serde",
"serde_json",
@@ -289,7 +273,7 @@ dependencies = [
name = "application"
version = "0.1.0"
dependencies = [
"activitypub-base",
"activitypub",
"async-trait",
"chrono",
"domain",
@@ -596,7 +580,6 @@ name = "bootstrap"
version = "0.1.0"
dependencies = [
"activitypub",
"activitypub-base",
"async-nats",
"async-trait",
"auth",
@@ -605,6 +588,7 @@ dependencies = [
"dotenvy",
"event-transport",
"http 1.4.0",
"k-ap",
"nats",
"postgres",
"postgres-federation",
@@ -2005,6 +1989,27 @@ dependencies = [
"simple_asn1",
]
[[package]]
name = "k-ap"
version = "0.1.0"
source = "git+https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git?tag=v0.1.2#767b1e69d4f384093ea33d72d5aa46ff140f5ac8"
dependencies = [
"activitypub_federation",
"anyhow",
"async-trait",
"axum",
"chrono",
"enum_delegate",
"futures",
"reqwest",
"serde",
"serde_json",
"tokio",
"tracing",
"url",
"uuid",
]
[[package]]
name = "language-tags"
version = "0.3.2"
@@ -2452,7 +2457,7 @@ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
name = "postgres"
version = "0.1.0"
dependencies = [
"activitypub-base",
"activitypub",
"async-trait",
"chrono",
"domain",
@@ -2470,10 +2475,10 @@ dependencies = [
name = "postgres-federation"
version = "0.1.0"
dependencies = [
"activitypub-base",
"anyhow",
"async-trait",
"chrono",
"k-ap",
"sqlx",
"tokio",
"tracing",
@@ -2522,7 +2527,7 @@ dependencies = [
name = "presentation"
version = "0.1.0"
dependencies = [
"activitypub-base",
"activitypub",
"api-types",
"application",
"async-trait",
@@ -4715,7 +4720,6 @@ name = "worker"
version = "0.1.0"
dependencies = [
"activitypub",
"activitypub-base",
"application",
"async-nats",
"domain",
@@ -4723,6 +4727,7 @@ dependencies = [
"event-payload",
"event-transport",
"futures",
"k-ap",
"nats",
"postgres",
"postgres-federation",