leanshot/xlib/Cargo.toml
Michael Zhang 68f614b88a
...
2018-09-30 08:06:45 -05:00

12 lines
245 B
TOML

[package]
name = "xlib"
version = "0.1.0"
description = "xlib bindings"
license-file = "../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]
failure = "0.1"
libc = "0.2"
x11 = { version = "2.18", features = ["xlib"] }