window_clipboard/x11/Cargo.toml
2019-12-19 05:47:36 +01:00

10 lines
299 B
TOML

[package]
name = "window_clipboard_x11"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
xcb = { version = "0.9", features = ["thread"] }