2024-09-13 18:35:02 -07:00
|
|
|
[package]
|
2024-10-08 18:59:49 -07:00
|
|
|
name = "cosmic-idle"
|
2024-09-13 18:35:02 -07:00
|
|
|
version = "0.1.0"
|
2025-10-05 13:27:16 +02:00
|
|
|
edition = "2024"
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
keyframe = "1.1.1"
|
2025-10-05 13:27:16 +02:00
|
|
|
wayland-client = "0.31.11"
|
|
|
|
|
wayland-protocols = { version = "0.32.9", features = ["client", "staging"] }
|
|
|
|
|
wayland-protocols-wlr = { version = "0.3.9", features = ["client"] }
|
2026-05-24 11:11:12 +02:00
|
|
|
cosmic-config = { path = "../libcosmic/cosmic-config", features = ["calloop"] }
|
2024-10-15 09:46:03 -07:00
|
|
|
cosmic-idle-config = { path = "./cosmic-idle-config" }
|
2026-05-24 11:11:12 +02:00
|
|
|
cosmic-settings-config = { path = "../cosmic-settings-daemon/config" }
|
2025-10-05 13:27:16 +02:00
|
|
|
calloop = { version = "0.14.3", features = ["executor"] }
|
|
|
|
|
calloop-wayland-source = "0.4.1"
|
|
|
|
|
log = "0.4.28"
|
|
|
|
|
env_logger = "0.11.8"
|
2026-05-25 09:55:11 +02:00
|
|
|
upower_dbus = { path = "../dbus-settings-bindings/upower" }
|
2025-10-05 13:27:16 +02:00
|
|
|
zbus = "5.12"
|
|
|
|
|
futures-lite = "2.6.1"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
|
members = [
|
|
|
|
|
"cosmic-idle-config"
|
|
|
|
|
]
|
2026-05-24 11:11:12 +02:00
|
|
|
|
|
|
|
|
[patch.'https://github.com/pop-os/libcosmic']
|
|
|
|
|
cosmic-config = { path = "../libcosmic/cosmic-config" }
|
|
|
|
|
|
|
|
|
|
[patch.'https://github.com/pop-os/cosmic-settings-daemon']
|
|
|
|
|
cosmic-settings-config = { path = "../cosmic-settings-daemon/config" }
|