blob: e54bef03258d86b162a1d81ca4bf60b53780e0b2 [file] [log] [blame]
[package]
name = "bt-vcs"
description = "Client and server library for the Volume Control 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
parking_lot.workspace = true
thiserror.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true
bt-gatt = { workspace = true, features = ["test-utils"] }