♻️ Use the systemd_client crate to start cosmic-session.target

This commit is contained in:
Lucy 2022-07-15 10:58:28 -04:00
parent b33efc83df
commit 9bc295b2ad
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 584 additions and 29 deletions

View file

@ -16,6 +16,7 @@ nix = { version = "0.24", features = ["fs"], default-features = false }
sendfd = { version = "0.4", features = ["tokio"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
systemd_client = "0.2.1"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"