From d3bf449471d34dc8a740486e3b475bc97c4f8e73 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 21 Apr 2025 21:01:51 -0400 Subject: [PATCH] Added more crates --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a42a8f5..2de5da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,5 @@ icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", ta [dev-dependencies] url = { version = "2.5.4" } -reqwest = { version = "0.12.15", features = ["stream", "multipart"] } \ No newline at end of file +reqwest = { version = "0.12.15", features = ["stream", "multipart"] } +axum-test = { version = "17.3.0" } \ No newline at end of file