signal json clipboard writing

This commit is contained in:
2026-03-06 18:33:47 +01:00
parent 62ba923d5f
commit bcee192e50
4 changed files with 211 additions and 18 deletions

View File

@ -10,3 +10,8 @@ serde = {version = "1.0.228", features = ["derive"]}
serde_json = "1.0.149"
serde_millis = "0.1.1"
base64 = "0.22.1"
clipboard-master = "4.0.0"
[features]
x11 = []
wayland = []