blob: 74f3ba8428ad4d46433c4d166d27db7d46d7a68f [file] [log] [blame]
[package]
name = "bt-bass"
version = "0.0.1"
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
bt-common = { path = "../bt-common" }
bt-gatt = { path = "../bt-gatt", features = ["test-utils"] }
futures = "0.3.28"
parking_lot = "0.12.1"
thiserror = "1.0"
tracing = "0.1.40"