aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-07-29 21:00:37 +0200
committerMartin Fischer <martin@push-f.com>2022-07-30 03:27:59 +0200
commitfb11f305370359f557bb4cefcef6ae7a8b9c9883 (patch)
treef7048144877635dba838d69729d20bc88f5218e2 /Cargo.toml
parentd9cd7ab6f46ddc71206bb75bb72eb9dc36743cac (diff)
add some basic 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 4d4df43..59492a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,3 +37,6 @@ camino = "1"
[target.'cfg(unix)'.dependencies]
hyperlocal = { version = "0.8", features = ["server"] }
+
+[dev-dependencies]
+tempdir = "0.3.7"