smithay-clipboard/Cargo.toml

17 lines
498 B
TOML
Raw Normal View History

2019-02-10 01:28:53 +08:00
[package]
2019-02-10 19:05:47 +08:00
name = "smithay-clipboard"
2019-04-27 22:26:09 +08:00
version = "0.2.0"
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]
sctk = { package = "smithay-client-toolkit", version = "0.5" }
[dev-dependencies]
andrew = "0.2"