diff --git a/crates/worker/Cargo.toml b/crates/worker/Cargo.toml index a1e30b9..8a22dd5 100644 --- a/crates/worker/Cargo.toml +++ b/crates/worker/Cargo.toml @@ -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]