WIP: open GREETD_SOCK if set
This commit is contained in:
parent
ba83df34ff
commit
cb07b6255e
3 changed files with 4698 additions and 4 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue