blob: 0bfdea51370911758c4d1cd3e0f901062eb5cc6b (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "blow"
version = "0.1.0"
edition = "2021"
[dependencies]
nix = { version = "0.29.0", features = ["signal"] }
xcb = { version = "1.4.0", features = ["xinerama"] }
xkeysym = "0.2.0"
|