summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6f87d3e1d2efcd5374288825288cad05e93bc1c3 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "blow"
version = "0.1.0"
edition = "2021"

[dependencies]
thiserror = "1.0.61"
xcb = { version = "1.4.0", features = ["xinerama"] }
xkeysym = "0.2.0"