[package] name = "newsfeed-api" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true description = "REST/JSON API daemon for newsfeed (axum)." [[bin]] name = "newsfeed-api" path = "src/main.rs" [dependencies] newsfeed-entities.workspace = true newsfeed-core.workspace = true newsfeed-data.workspace = true tokio.workspace = true axum.workspace = true tower.workspace = true tower-http.workspace = true serde.workspace = true serde_json.workspace = true chrono.workspace = true uuid.workspace = true thiserror.workspace = true anyhow.workspace = true tracing.workspace = true tracing-subscriber.workspace = true figment.workspace = true clap.workspace = true