[package] name = "newsfeed-worker" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true description = "Algorithmic content-sourcing worker for newsfeed (RSS/Atom polling)." [[bin]] name = "newsfeed-worker" path = "src/main.rs" [dependencies] newsfeed-entities.workspace = true newsfeed-core.workspace = true newsfeed-data.workspace = true newsfeed-fetch.workspace = true tokio.workspace = true reqwest.workspace = true serde.workspace = true chrono.workspace = true uuid.workspace = true anyhow.workspace = true tracing.workspace = true tracing-subscriber.workspace = true figment.workspace = true clap.workspace = true