From aec3b154283d0bcd98515253c8491b26b4bc4345 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 7 Feb 2026 12:51:10 +0100 Subject: Pull out database code for easier testing (later) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3