max / balanced_breakfast
| 1 | [package] |
| 2 | name = "bb-db" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | description = "Database layer for BalancedBreakfast" |
| 6 | |
| 7 | [dependencies] |
| 8 | bb-interface.workspace = true |
| 9 | sqlx.workspace = true |
| 10 | tokio.workspace = true |
| 11 | thiserror.workspace = true |
| 12 | tracing.workspace = true |
| 13 | chrono.workspace = true |
| 14 | uuid.workspace = true |
| 15 | serde.workspace = true |
| 16 | serde_json.workspace = true |
| 17 |