max / balanced_breakfast
| 1 | [package] |
| 2 | name = "bb-interface" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | description = "Shared types and Busser trait for BalancedBreakfast plugins" |
| 6 | |
| 7 | [lib] |
| 8 | crate-type = ["lib"] |
| 9 | |
| 10 | [dependencies] |
| 11 | serde.workspace = true |
| 12 | serde_json.workspace = true |
| 13 | chrono.workspace = true |
| 14 |