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.
23 lines
449 B
23 lines
449 B
[package]
|
|
name = "manager_service"
|
|
version = "0.0.1"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
# bt deps
|
|
bt_common = { path = "../../common" }
|
|
|
|
# external deps
|
|
dbus = "0.9.2"
|
|
dbus-tokio = "0.7.3"
|
|
dbus-crossroads = "0.3.0"
|
|
inotify = "*"
|
|
nix = "*"
|
|
tokio = { version = "1.0", features = ["fs", "macros", "rt-multi-thread", "sync"] }
|
|
|
|
[[bin]]
|
|
name = "btmanagerd"
|