2019-02-10 01:28:53 +08:00
|
|
|
[package]
|
2019-02-10 19:05:47 +08:00
|
|
|
name = "smithay-clipboard"
|
2019-09-03 21:39:44 +08:00
|
|
|
version = "0.3.5"
|
2019-02-10 01:28:53 +08:00
|
|
|
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
|
|
|
|
edition = "2018"
|
2019-02-14 18:23:55 +08:00
|
|
|
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"]
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
[dependencies]
|
2019-06-12 23:19:39 +00:00
|
|
|
sctk = { package = "smithay-client-toolkit", version = "0.6.1" }
|
2019-06-14 08:10:10 +00:00
|
|
|
nix = "0.14.1"
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
andrew = "0.2"
|