2023-09-29 09:24:35 -06:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-greeter"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-02 14:38:00 -06:00
|
|
|
env_logger = "0.10"
|
|
|
|
|
log = "0.4"
|
|
|
|
|
uzers = "0.11"
|
|
|
|
|
|
|
|
|
|
[dependencies.greetd_ipc]
|
|
|
|
|
version = "0.9"
|
|
|
|
|
features = ["sync-codec"]
|
2023-09-29 16:02:45 -06:00
|
|
|
|
|
|
|
|
[dependencies.libcosmic]
|
|
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
|
|
|
|
default-features = false
|
|
|
|
|
features = ["tokio", "wayland"]
|
|
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
|
|
|
|
version = "1"
|
|
|
|
|
features = ["full"]
|