[WIP] Creating a command to check if the user is idle
This commit is contained in:
26
widle/Cargo.toml
Normal file
26
widle/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user