leanshot/xlib/Cargo.toml
Michael Zhang 85700f5000
bump
2018-09-30 17:49:11 -05:00

12 lines
254 B
TOML

[package]
name = "leanshot_xlib"
version = "0.1.1"
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"] }