summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-07 12:51:10 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-07 12:51:10 +0100
commitaec3b154283d0bcd98515253c8491b26b4bc4345 (patch)
tree215f866443d4e5c4a851a9c1bb933d42b89acbe0 /Cargo.toml
parentfaff5edc95c406e5645e90568da950a40abea178 (diff)
Pull out database code for easier testing (later)
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 6e14f50..0f6fd91 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,3 +21,6 @@ tinyjson = "2.5.1"
tiny_http = "0.12"
ureq = "3.1.4"
yaml-rust2 = "0.10.4"
+
+[dev-dependencies]
+tempfile = "3"