[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"