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.
27 lines
675 B
27 lines
675 B
[package]
|
|
name = "btserv"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bt_topshim = { path = "../../topshim" }
|
|
bt_shim = { path = "../../shim" }
|
|
btstack = { path = "../stack" }
|
|
dbus_projection = { path = "../dbus_projection" }
|
|
dbus_macros = { path = "../dbus_projection/dbus_macros" }
|
|
|
|
dbus = "0.9.2"
|
|
dbus-crossroads = "0.3.0"
|
|
dbus-tokio = "0.7.3"
|
|
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 = "btserv"
|
|
path = "src/main.rs"
|
|
build = "build.rs"
|