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