aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-23 08:33:21 +0100
committerAkshay <[email protected]>2020-08-23 08:33:21 +0100
commit21f1d776762035012f02be39c96978b0719e0613 (patch)
tree24fd73624f305281c391825875dcaf941e716090 /Cargo.toml
parentf36a8fb2eee46cffa87213e070136e5f28194a16 (diff)
initial multipart handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4eada2d..b180b0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,6 @@ rusqlite = "0.24.0"
13nanoid = "0.3.0" 13nanoid = "0.3.0"
14url = "2.1.1" 14url = "2.1.1"
15anyhow = "1.0" 15anyhow = "1.0"
16futures = "0.3.5"
17multer = "1.2"
16 18
17[dependencies.multipart]
18default-features = false
19features = [ "hyper", "server" ]
20version = "0.17.0"