rswm/Cargo.toml

12 lines
304 B
TOML
Raw Normal View History

2024-01-31 06:51:33 +00:00
[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]
2024-01-31 08:27:17 +00:00
as-raw-xcb-connection = "1.0.1"
x11rb = { version = "0.13.0", features = ["extra-traits", "allow-unsafe-code"] }
anyhow = "1.0.79"