max / balanced_breakfast
| 1 | [package] |
| 2 | name = "bb-feed" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | description = "Feed generation and ordering for BalancedBreakfast" |
| 6 | |
| 7 | [dependencies] |
| 8 | bb-interface.workspace = true |
| 9 | bb-db.workspace = true |
| 10 | sqlx.workspace = true |
| 11 | tokio.workspace = true |
| 12 | thiserror.workspace = true |
| 13 | tracing.workspace = true |
| 14 | chrono.workspace = true |
| 15 | regex = "1" |
| 16 | |
| 17 | [dev-dependencies] |
| 18 | serde_json.workspace = true |
| 19 |