2024-02-06 15:03:07 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-greeter-daemon"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
cosmic-bg-config.workspace = true
|
2024-06-04 22:17:44 -06:00
|
|
|
cosmic-comp-config.workspace = true
|
2024-02-06 15:03:07 -07:00
|
|
|
cosmic-config.workspace = true
|
2024-02-06 15:48:57 -07:00
|
|
|
cosmic-theme.workspace = true
|
2024-02-06 15:03:07 -07:00
|
|
|
env_logger.workspace = true
|
|
|
|
|
libc = "0.2"
|
|
|
|
|
log.workspace = true
|
2024-04-05 09:45:20 -06:00
|
|
|
nix.workspace = true
|
2024-02-06 15:03:07 -07:00
|
|
|
pwd.workspace = true
|
|
|
|
|
ron.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
zbus.workspace = true
|
|
|
|
|
#TODO: reduce features
|
|
|
|
|
tokio = { workspace = true, features = ["full"] }
|