WIP: open GREETD_SOCK if set

This commit is contained in:
Jeremy Soller 2023-09-29 16:02:45 -06:00
parent ba83df34ff
commit cb07b6255e
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 4698 additions and 4 deletions

View file

@ -3,6 +3,14 @@ name = "cosmic-greeter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
greetd_ipc = "0.9"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
default-features = false
features = ["tokio", "wayland"]
[dependencies.tokio]
version = "1"
features = ["full"]