From 3f4e55078c14f94fe6614a353b5cfd23b57d8702 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 22 Apr 2025 19:40:41 -0400 Subject: [PATCH] Added more crates --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5c174ad..d6c36f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,8 @@ icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", ta [dev-dependencies] http-body-util = { version = "0.1.3" } +common-multipart-rfc7578 = { version = "0.7.0" } +anyhow = { version = "1.0.98" } url = { version = "2.5.4" } reqwest = { version = "0.12.15", features = ["stream", "multipart"] } axum-test = { version = "17.3.0" }