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-16 03:50:45 +00:00
|
|
|
shell-words = "1"
|
2022-05-04 07:22:00 +00:00
|
|
|
toml = "0.5"
|
2022-05-18 02:44:38 +00:00
|
|
|
xcb = "1"
|
2022-05-04 07:22:00 +00:00
|
|
|
xdg = "2"
|
2022-05-16 03:50:45 +00:00
|
|
|
zbus = "2"
|