14 lines
384 B
TOML
14 lines
384 B
TOML
[package]
|
|
name = "rswm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tiny-xlib = "0.2.2"
|
|
as-raw-xcb-connection = "1.0.1"
|
|
x11rb = { version = "0.13.0", features = ["extra-traits", "allow-unsafe-code"] }
|
|
x11rb-protocol = { version = "0.13.0", features = ["std"] }
|
|
anyhow = "1.0.79"
|