Should fix #4 because we now handle sigterm.
This commit is contained in:
nora 2026-02-07 17:31:38 +01:00
parent 13bd759ded
commit 75b6f3eef2
3 changed files with 26 additions and 31 deletions

View file

@ -6,7 +6,6 @@ edition = "2024"
[dependencies]
clippyboard-shared = { path = "../clippyboard-shared" }
ciborium = "0.2.2"
ctrlc = "3.5.0"
dirs = "6.0.0"
eyre = "0.6.12"
serde = "1.0.219"
@ -15,5 +14,5 @@ tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
wayland-backend = { version = "0.3.11", features = ["client_system"] }
wayland-client = "0.31.11"
wayland-protocols = { version = "0.32.9", features = ["staging", "client"] }
calloop = "0.14.3"
calloop = { version = "0.14.3", features = ["signals"] }
calloop-wayland-source = "0.4.1"