[package] name = "bb-feed" version.workspace = true edition.workspace = true description = "Feed generation and ordering for BalancedBreakfast" [dependencies] bb-interface.workspace = true bb-db.workspace = true sqlx.workspace = true tokio.workspace = true thiserror.workspace = true tracing.workspace = true chrono.workspace = true regex = "1" [dev-dependencies] serde_json.workspace = true