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"] }
|
2024-01-31 09:42:09 +00:00
|
|
|
x11rb-protocol = { version = "0.13.0", features = ["std"] }
|
2024-01-31 07:25:22 +00:00
|
|
|
anyhow = "1.0.79"
|