smithay-clipboard/Cargo.toml

18 lines
722 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"
2020-03-09 22:46:54 +01:00
version = "0.4.0"
authors = ["Kirill Chibisov <contact@kchibisov.com>", "Lucas Timmins <timmins.s.lucas@gmail.com>", "Victor Berger <victor.berger@m4x.org>"]
2019-02-10 01:28:53 +08:00
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.9.1", default-features = false }
wayland-client = { version = "0.26.3", features = ["dlopen"] }
2019-02-10 01:28:53 +08:00
[dev-dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.9.1"}