blob: c8e3225d6a26052759f88d00c7577e0c70c0a321 [file] [log] [blame]
[package]
name = "btstack"
version = "0.1.0"
edition = "2018"
[dependencies]
bt_topshim = { path = "../../topshim" }
bt_shim = { path = "../../shim" }
btif_macros = { path = "btif_macros" }
dbus = "0.9.2"
log = "0.4.14"
num-traits = "*"
num-derive = "*"
tokio = { version = "1", features = ['bytes', 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', 'sync', 'time', 'tokio-macros'] }
[lib]
path = "src/lib.rs"