refactor: use clipboard-master for events

This commit is contained in:
Harsh Shandilya 2022-04-26 22:18:21 +05:30
parent f252de7748
commit f0080559dd
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 164 additions and 86 deletions

View file

@ -13,7 +13,8 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.57"
clipboard = "0.5.0"
clipboard-master = "3.1.3"
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
dirs = "4.0.0"
regex = "1.5.5"
serde = "1.0.136"