diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..a4ca046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +## Unreleased + +## 0.1.0 -- 2019-02-14 + +Initial version, including: + +- `WaylandClipboard` with `new_threaded()` and `new_threaded_from_external()` +- multi seat support diff --git a/Cargo.toml b/Cargo.toml index dcbca38..629339f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "smithay-clipboard" version = "0.1.0" authors = ["Lucas Timmins "] 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" }