mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 06:23:47 +00:00
chore: add tempfile dependency for tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ibf7a842a2a26f83e8adaf1123386306b6a6a6964
This commit is contained in:
parent
c65073e0d1
commit
3d22a271bc
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue