D-Bus session service, currently only used to exit.

This commit is contained in:
Lucy 2022-07-22 11:48:03 -04:00
parent d13768607c
commit 2bda93e030
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
4 changed files with 61 additions and 21 deletions

View file

@ -13,14 +13,14 @@ color-eyre = "0.6"
futures-util = "0.3"
libc = "0.2"
nix = { version = "0.24", features = ["fs"], default-features = false }
scopeguard = "1.1.0"
scopeguard = "1"
sendfd = { version = "0.4", features = ["tokio"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
systemd_client = "0.2.1"
systemd_client = "0.2"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"
tracing-journald = "0.3.0"
tracing-journald = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
zbus = { version = "2.0.1" }
zbus = { version = "2", default-features = false, features = ["tokio"] }