blob: dd975d8ec1eb35a817094f1469f1b57da2eb7e50 [file] [log] [blame]
[package]
name = "bt-pacs"
description = "Client and server library for the Published Audio Capabilities Service"
version = "0.0.1"
edition.workspace = true
license.workspace = true
[dependencies]
### In-tree dependencies
bt-gatt.workspace = true
bt-common.workspace = true
### Others
futures.workspace = true
pin-project.workspace = true
thiserror.workspace = true
[dev-dependencies]
bt-gatt = { workspace = true, features = ["test-utils"] }
pretty_assertions.workspace = true