14 lines
554 B
TOML
14 lines
554 B
TOML
[package]
|
|
name = "clipboard_wayland"
|
|
version = "0.2.2"
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
edition = "2018"
|
|
description = "A library to obtain access to the clipboard of a Wayland window"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/hecrj/window_clipboard"
|
|
documentation = "https://docs.rs/clipboard_wayland"
|
|
keywords = ["clipboard", "wayland"]
|
|
|
|
[dependencies]
|
|
smithay-clipboard = { git = "https://github.com/wash2/smithay-clipboard", branch = "mime-types" }
|
|
# smithay-clipboard = { path = "../../smithay-clipboard" }
|