| [package] | |
| name = "bt-battery" | |
| description = "Client and server library for the Battery Service" | |
| version = "0.1.0" | |
| edition.workspace = true | |
| license.workspace = true | |
| [dependencies] | |
| bt-common.workspace = true | |
| bt-gatt = { workspace = true , features = ["test-utils"] } | |
| futures.workspace = true | |
| parking_lot.workspace = true | |
| thiserror.workspace = true |