mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1712,6 +1712,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"smol",
|
"smol",
|
||||||
|
"tempfile",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"unicode-segmentation",
|
"unicode-segmentation",
|
||||||
"unicode-width 0.2.0",
|
"unicode-width 0.2.0",
|
||||||
|
|
|
||||||
|
|
@ -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 }
|
wayland-protocols-wlr = { version = "0.3.9", default-features = false, optional = true }
|
||||||
notify-rust = { version = "4.11.7", optional = true }
|
notify-rust = { version = "4.11.7", optional = true }
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
tempfile = "3.18.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue