ci: use github actions

This commit is contained in:
Kirill Chibisov 2023-10-10 20:15:14 +04:00 committed by GitHub
parent 78e4465d79
commit e2ffc4f183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 91 additions and 78 deletions

View file

@ -8,6 +8,7 @@ repository = "https://github.com/smithay/smithay-clipboard"
documentation = "https://smithay.github.io/smithay-clipboard"
license = "MIT"
keywords = ["clipboard", "wayland"]
rust-version = "1.65.0"
[dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.16", default-features = false }