[WIP] Creating a command to check if the user is idle

This commit is contained in:
2023-09-04 23:32:57 +02:00
parent 7efba24eac
commit 4d54d82fe9
9 changed files with 1451 additions and 0 deletions

26
widle/Cargo.toml Normal file
View File

@@ -0,0 +1,26 @@
[package]
name = "widle"
version = "0.1.0"
edition = "2021"
# build = "src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
wayland-scanner = "0.24"
[dependencies]
smallvec = "0.6"
anyhow = "1.0.75"
lazy_static = "1.2"
wayland-client = "0.30.2"
wayland-scanner = "0.30"
wayland-backend = "0.1"
# wayland-commons = "0.24"
# wayland-sys = "0.24"
chrono = "0.4"
timerfd = "1.0"
file-lock = "1.1"
appdirs = "0.2"
gethostname = "0.2"
getopts = "0.2"