✨ D-Bus session service, currently only used to exit.
This commit is contained in:
parent
d13768607c
commit
2bda93e030
4 changed files with 61 additions and 21 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue