bscreensaver/command/Cargo.toml

10 lines
255 B
TOML
Raw Normal View History

[package]
name = "bscreensaver-command"
version = "0.1.0"
edition = "2021"
[dependencies]
bscreensaver-util = { path = "../util" }
clap = "3"
xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e" }