chore: add tempfile dependency for tests

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibf7a842a2a26f83e8adaf1123386306b6a6a6964
This commit is contained in:
raf 2026-01-22 13:31:52 +03:00
commit 3d22a271bc
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 4 additions and 0 deletions

View file

@ -47,6 +47,9 @@ wayland-client = { version = "0.31.11", features = ["log"], optional = true }
wayland-protocols-wlr = { version = "0.3.9", default-features = false, optional = true }
notify-rust = { version = "4.11.7", optional = true }
[dev-dependencies]
tempfile = "3.18.0"
[profile.release]
lto = true
opt-level = "z"