cosmic-idle/Cargo.toml
Ian Douglas Scott f2c83714c0 Monitor config as calloop source; use for screen_off_time
Still not sure best way to configure multiple idle times.
2024-10-17 18:51:29 -07:00

20 lines
572 B
TOML

[package]
name = "cosmic-idle"
version = "0.1.0"
edition = "2021"
[dependencies]
keyframe = "1.1.1"
rustix = { version = "0.38.34", features = ["fs"] }
wayland-client = "0.31.5"
wayland-protocols = { version = "0.32.3", features = ["client", "staging"] }
wayland-protocols-wlr = { version = "0.3.3", features = ["client"] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic", features = ["calloop"] }
cosmic-idle-config = { path = "./cosmic-idle-config" }
calloop = "0.14.0"
calloop-wayland-source = "0.4.0"
[workspace]
members = [
"cosmic-idle-config"
]