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

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