summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"