blob: a66a3872adb0bd2a040a13f78fd91e1ee92f51ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "dotwm"
version = "0.2.0"
authors = ["Matias Linares <matiaslina@openmailbox.org>"]
[dependencies]
libc = "0.2.*"
lazy_static = "0.2.*"
clippy = { version ="*", optional = true }
[dependencies.x11]
version = "*"
features = ["xlib"]
[features]
default = []
|