chore(worker): remove stale dependencies after business logic migration

This commit is contained in:
2026-05-14 13:59:45 +02:00
parent 904916d4c1
commit a37c877172

View File

@@ -11,7 +11,6 @@ path = "src/main.rs"
domain = { workspace = true }
application = { workspace = true }
nats = { workspace = true }
event-payload = { workspace = true }
event-transport = { workspace = true }
activitypub-base = { workspace = true }
activitypub = { workspace = true }
@@ -20,12 +19,9 @@ postgres-federation = { workspace = true }
async-nats = { workspace = true }
tokio = { workspace = true, features = ["full"] }
futures = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
dotenvy = { workspace = true }
serde_json = { workspace = true }
chrono = { workspace = true }
sqlx = { workspace = true }
[dev-dependencies]