rs-idle/Cargo.toml
naoto 89a8cad693 Improvements for api
Better error handling, focused on using in other crates
2022-09-28 22:01:22 +02:00

11 lines
167 B
TOML

[package]
name = "rs-idle"
version = "0.1.0"
edition = "2021"
[profile.release]
strip = true
[dependencies]
x11 = { version = "2.20.0", features = ["xss", "xlib"] }