separation of activitypub

This commit is contained in:
2026-05-09 17:23:06 +02:00
parent 69f6587623
commit 8819266cf9
32 changed files with 2005 additions and 436 deletions

23
Cargo.lock generated
View File

@@ -5,16 +5,32 @@ version = 4
[[package]]
name = "activitypub"
version = "0.1.0"
dependencies = [
"activitypub-base",
"activitypub_federation",
"anyhow",
"async-trait",
"chrono",
"domain",
"event-publisher",
"serde",
"serde_json",
"tokio",
"tracing",
"url",
"uuid",
]
[[package]]
name = "activitypub-base"
version = "0.1.0"
dependencies = [
"activitypub_federation",
"anyhow",
"application",
"async-trait",
"axum",
"chrono",
"domain",
"enum_delegate",
"event-publisher",
"reqwest 0.13.3",
"serde",
"serde_json",
@@ -4005,6 +4021,7 @@ name = "sqlite"
version = "0.1.0"
dependencies = [
"activitypub",
"activitypub-base",
"anyhow",
"async-trait",
"chrono",