aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9f510e8fe77656bc705e1c2f3aed1c62a5bbebd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dotwm"
version = "0.1.0"
authors = ["Matias Linares <matiaslina@openmailbox.org>"]

[dependencies]
libc = "0.2.*"
unix_socket = "*"
lazy_static = "0.1.15"
clippy = { version ="*", optional = true }

[dependencies.x11]
version = "*"
features = ["xlib"]

[features]
default = []