aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/bluetooth/Cargo.toml
blob: fed9d07891f952b890a70fe435c2152fd26dce33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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 }