| [package] | |
| name = "bluetooth_traits" | |
| version.workspace = true | |
| authors.workspace = true | |
| license.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| rust-version.workspace = true | |
| [lib] | |
| name = "bluetooth_traits" | |
| path = "lib.rs" | |
| [dependencies] | |
| base = { workspace = true } | |
| embedder_traits = { workspace = true } | |
| ipc-channel = { workspace = true } | |
| regex = { workspace = true } | |
| serde = { workspace = true } |