aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"