2023-09-29 09:24:35 -06:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-greeter"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-06 13:07:53 -06:00
|
|
|
chrono = "0.4"
|
2023-10-02 14:38:00 -06:00
|
|
|
env_logger = "0.10"
|
2023-10-04 09:52:13 -06:00
|
|
|
freedesktop_entry_parser = "1"
|
2023-10-02 14:38:00 -06:00
|
|
|
log = "0.4"
|
2023-10-05 17:47:23 -06:00
|
|
|
pam-client = "0.5"
|
2023-10-02 16:00:34 -06:00
|
|
|
pwd = "1"
|
2023-10-04 09:52:13 -06:00
|
|
|
shlex = "1"
|
2023-10-06 10:44:05 -06:00
|
|
|
wayland-client = "0.31"
|
2023-10-02 14:38:00 -06:00
|
|
|
|
2023-10-09 10:59:07 -06:00
|
|
|
[dependencies.cosmic-bg-config]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-bg"
|
2023-10-12 09:18:04 -06:00
|
|
|
|
|
|
|
|
[dependencies.cosmic-config]
|
|
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
|
|
|
|
features = ["calloop", "macro"]
|
2023-10-09 10:59:07 -06:00
|
|
|
|
2023-10-02 14:38:00 -06:00
|
|
|
[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"
|
2023-10-12 09:18:04 -06:00
|
|
|
branch = "theme-dark-light-switching"
|
2023-09-29 16:02:45 -06:00
|
|
|
default-features = false
|
2023-10-06 10:44:05 -06:00
|
|
|
features = ["tokio", "wayland"]
|
2023-09-29 16:02:45 -06:00
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
|
|
|
|
version = "1"
|
|
|
|
|
features = ["full"]
|