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" }