blob: a11a00c719b48ddcb120c62e2ed16f0d8bf4e83f [file] [log] [blame]
[package]
name = "client"
version = "0.1.0"
edition = "2018"
[dependencies]
rustyline = "8.0"
rustyline-derive = "0.4.0"
bt_topshim = { path = "../../topshim" }
btstack = { path = "../stack" }
manager_service = { path = "../mgmt" }
dbus = "0.9.2"
dbus-crossroads = "0.4.0"
dbus-tokio = "0.7.3"
dbus_projection = { path = "../dbus_projection" }
dbus_macros = { path = "../dbus_projection/dbus_macros" }
futures = "0.3.13"
num-traits = "*"
tokio = { version = "1", features = ['bytes', 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', 'sync', 'time', 'tokio-macros'] }
[build-dependencies]
pkg-config = "0.3.19"
[[bin]]
name = "btclient"
path = "src/main.rs"
build = "build.rs"