2022-05-04 00:05:06 +00:00
|
|
|
[package]
|
|
|
|
name = "bscreensaver-util"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-05-04 07:22:00 +00:00
|
|
|
anyhow = "1"
|
2022-05-04 00:05:06 +00:00
|
|
|
clap = "3"
|
|
|
|
env_logger = "0.9"
|
2022-05-04 22:37:28 +00:00
|
|
|
humantime = "2"
|
2022-05-04 00:05:06 +00:00
|
|
|
lazy_static = "1"
|
|
|
|
libc = "0.2"
|
2022-05-04 07:22:00 +00:00
|
|
|
toml = "0.5"
|
2022-05-04 00:05:06 +00:00
|
|
|
xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e", features = ["randr", "screensaver", "xfixes"] }
|
2022-05-04 07:22:00 +00:00
|
|
|
xdg = "2"
|