From f36a8fb2eee46cffa87213e070136e5f28194a16 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 23 Aug 2020 10:39:17 +0530 Subject: begin work on multipart requests --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3eb3ef1..4eada2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,12 @@ edition = "2018" [dependencies] hyper = "0.13" tokio = { version = "0.2", features = ["full"] } -pretty_env_logger = "0.4" -futures-util = "0.3.5" rusqlite = "0.24.0" nanoid = "0.3.0" url = "2.1.1" +anyhow = "1.0" + +[dependencies.multipart] +default-features = false +features = [ "hyper", "server" ] +version = "0.17.0" -- cgit v1.2.3