♻️ Use the systemd_client crate to start cosmic-session.target
This commit is contained in:
parent
b33efc83df
commit
9bc295b2ad
3 changed files with 584 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue