smithay-clipboard/Cargo.toml
2020-07-10 20:43:41 +02:00

17 lines
718 B
TOML

[package]
name = "smithay-clipboard"
version = "0.5.1"
authors = ["Kirill Chibisov <contact@kchibisov.com>", "Victor Berger <victor.berger@m4x.org>", "Lucas Timmins <timmins.s.lucas@gmail.com>"]
edition = "2018"
description = "Provides access to the wayland clipboard for client applications."
repository = "https://github.com/smithay/smithay-clipboard"
documentation = "https://smithay.github.io/smithay-clipboard"
license = "MIT"
keywords = ["clipboard", "wayland"]
[dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.10", default-features = false }
wayland-client = { version = "0.27", features = ["dlopen"] }
[dev-dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.10"}