Added tempfile crate for tests

This commit is contained in:
kdeng00
2025-05-22 16:06:29 -04:00
parent 4222ebc52d
commit e184efd260
+1
View File
@@ -25,3 +25,4 @@ icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", ta
[dev-dependencies] [dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" } common-multipart-rfc7578 = { version = "0.7.0" }
url = { version = "2.5.4" } url = { version = "2.5.4" }
tempfile = { version = "3.19.1" }