From dcc96d0b349583e5d6a0f25ae1f7a3ffa3769788 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 2 Nov 2020 20:36:18 -0500 Subject: swapped json payload url encoded images for multipart form data --- dichroism/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dichroism/Cargo.toml') diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index f699617..7dd6036 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -6,6 +6,9 @@ edition = "2018" [dependencies] actix-web = "3" +actix-multipart = "0.3" +mime = "0.3" +futures = "0.3" async-std = "1" base64 = "0.13" diesel = { version = "1", features = [ "sqlite", "r2d2" ] } -- cgit v1.2.3