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

[dependencies]
libc = "0.2.*"

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