blob: 9a471b2b6d69499488e1cbcd597a613a91686ad1 [file] [log] [blame]
[package]
name = "bt-pacs"
description = "Client and server library for the Published Audio Capabilities Service"
version = "0.0.1"
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
### In-tree dependencies
bt-gatt = { path = "../bt-gatt" }
bt-common = { path = "../bt-common" }
[dev-dependencies]
pretty_assertions = "1"