2019-12-19 05:47:36 +01:00
|
|
|
[package]
|
2019-12-19 06:32:29 +01:00
|
|
|
name = "clipboard_x11"
|
2024-02-13 02:45:43 +01:00
|
|
|
version = "0.4.2"
|
2019-12-19 05:47:36 +01:00
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
|
|
|
edition = "2018"
|
2019-12-19 06:32:29 +01:00
|
|
|
description = "A library to obtain access to the X11 clipboard"
|
2019-12-19 06:05:14 +01:00
|
|
|
license = "MIT"
|
2019-12-19 06:32:29 +01:00
|
|
|
repository = "https://github.com/hecrj/window_clipboard"
|
|
|
|
|
documentation = "https://docs.rs/clipboard_x11"
|
|
|
|
|
keywords = ["clipboard", "x11"]
|
2019-12-19 05:47:36 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-17 13:57:01 -07:00
|
|
|
x11rb = "0.13"
|
2021-02-11 22:35:53 +01:00
|
|
|
thiserror = "1.0"
|