summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRemo Senekowitsch <remo@buenzli.dev>2024-08-08 14:04:43 +0200
committerRemo Senekowitsch <remo@buenzli.dev>2024-08-08 14:08:06 +0200
commit8b43d7925761edcd6ca8bacf382e82a05aa5c0e7 (patch)
treeeeb8e4094b672e42b5336e23bdc6d588b29c3dd9 /Cargo.toml
parentdc086c6bf1e678a1886e0a2bb78627fac076402d (diff)
Fix integration tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e76077d..316879e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,9 @@ serde_json = "1.0.122"
serde.workspace = true
toml_edit.workspace = true
+[dev-dependencies]
+tempfile = "3.12.0"
+
[profile.release]
panic = "abort"