smithay-clipboard/Cargo.toml
2019-06-08 12:08:01 +08:00

17 lines
513 B
TOML

[package]
name = "smithay-clipboard"
version = "0.3.1"
authors = ["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.5" }
nix = "0.13.0"
[dev-dependencies]
andrew = "0.2"