From e184efd2607ee03d1e8088bea13850e0c94ae212 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Thu, 22 May 2025 16:06:29 -0400 Subject: [PATCH] Added tempfile crate for tests --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b891c3d..035b860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,3 +25,4 @@ icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", ta [dev-dependencies] common-multipart-rfc7578 = { version = "0.7.0" } url = { version = "2.5.4" } +tempfile = { version = "3.19.1" }