blob: f4da3a7d55ca97e1a1ec29ca8c25ba703754d139 [file] [log] [blame]
# Common workspace for all rust libs
[workspace]
members = ["bt-*"]
exclude = ["target"]
resolver = "2"
[workspace.package]
license = "BSD-2-Clause"
edition = "2021"
[workspace.dependencies]
## Local path dependencies (keep sorted)
bt-bass = { path = "bt-bass" }
bt-broadcast-assistant = { path = "bt-broadcast-assistant" }
bt-common = { path = "bt-common" }
bt-gatt = { path = "bt-gatt" }
bt-pacs = { path = "bt-pacs" }
## External dependencies
assert_matches = "1.5.0"
futures = "0.3.19" # 0.3.19 in Fuchsia
lazy_static = "1"
parking_lot = "0.12.0" # 0.12.0 in Fuchsia
pretty_assertions = "1"
thiserror = "1.0.23"
tracing = { version = "0.1.40", default-features = false, features = ["std", "attributes"] }
uuid = { version = "1.1.2", features = ["serde", "v4"] }