summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fd29aaf107ae5cf2b92d4538b3d641abe50bbeb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"

[features]
debug = ["xcb/debug_atom_names"]
autostart = []