This commit is contained in:
2026-03-08 18:37:23 +01:00
parent 5f691c2e2f
commit 9e56322705
8 changed files with 132 additions and 10 deletions

3
Cargo.lock generated
View File

@ -2229,6 +2229,7 @@ dependencies = [
"ratatui-image",
"rklipd",
"serde",
"serde_json",
"uuid",
]
@ -2241,6 +2242,8 @@ dependencies = [
"directories",
"image",
"rusqlite",
"serde",
"serde_json",
"uuid",
"wayland-clipboard-listener",
]