diff --git a/Cargo.toml b/Cargo.toml index d4dd298..b87da03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,6 +87,10 @@ thesaurus = { version = "0.5.2", default-features = false, optional = true, feat "moby", ]} itertools = {version = "0.13.0", default-features = false} +actix-multipart = { version = "0.7.2", default-features = false, features = [ + "derive", + "tempfile", +]} [dev-dependencies] rusty-hook = { version = "^0.11.2", default-features = false }