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"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
keyframe = "1.1.1"
|
|
|
|
|
wayland-client = "0.31.5"
|
|
|
|
|
wayland-protocols = { version = "0.32.3", features = ["client", "staging"] }
|
|
|
|
|
wayland-protocols-wlr = { version = "0.3.3", features = ["client"] }
|
2024-10-17 18:51:29 -07:00
|
|
|
cosmic-config = { git = "https://github.com/pop-os/libcosmic", features = ["calloop"] }
|
2024-10-15 09:46:03 -07:00
|
|
|
cosmic-idle-config = { path = "./cosmic-idle-config" }
|
2024-10-22 19:34:28 -07:00
|
|
|
calloop = { version = "0.14.0", features = ["executor"] }
|
2024-10-17 18:51:29 -07:00
|
|
|
calloop-wayland-source = "0.4.0"
|
2024-10-22 13:52:33 -07:00
|
|
|
log = "0.4.22"
|
|
|
|
|
env_logger = "0.11.5"
|
2024-10-22 19:34:28 -07:00
|
|
|
upower_dbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
|
|
|
zbus = "4.0.0"
|
|
|
|
|
futures-lite = "2.3.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
|
members = [
|
|
|
|
|
"cosmic-idle-config"
|
|
|
|
|
]
|