summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-01 13:57:18 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-01 13:57:18 +0200
commit10564554e6c6be7de32d6af4242fe1d2fbb90255 (patch)
treebf41154d8015d25c76c4090a61f9a88abe8d7847 /Cargo.toml
parent7e9c3df2e9dc48838e4788ab2d28a5ad022517ec (diff)
Isolate test runs from each other
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98d243e..1f70f9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ thiserror = "1.0.38"
[dev-dependencies]
anyhow = "1.0.69"
assert_cmd = "2.0.8"
+tempfile = "3.4.0"