14 lines
315 B
TOML
14 lines
315 B
TOML
|
[package]
|
||
|
name = "bscreensaver-util"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
|
||
|
[dependencies]
|
||
|
clap = "3"
|
||
|
env_logger = "0.9"
|
||
|
lazy_static = "1"
|
||
|
libc = "0.2"
|
||
|
xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e", features = ["randr", "screensaver", "xfixes"] }
|