rework sql

This commit is contained in:
2026-03-08 00:12:53 +01:00
parent 55e33bf497
commit 27ede7fc64
7 changed files with 2114 additions and 2 deletions

View File

@ -4,3 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
arboard = "3.6.1"
image = "0.25.9"
clipboard-master = "4.0.0"
uuid = {version = "1.22.0", features = ["v4", "serde"]}
rusqlite = "0.38.0"
[features]
x11 = []
wayland = []