leanshot/xlib/Cargo.toml
Michael Zhang f8c9c00a80
...
2018-09-30 08:07:29 -05:00

12 lines
254 B
TOML

[package]
name = "leanshot_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"] }