You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
447 B
21 lines
447 B
[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"
|
|
|
|
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"
|