summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-06-06 18:59:03 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-06-06 19:03:31 -0400
commit8e89d43bdf35b2a1f69f3f7e3d87c57fb1e3f58a (patch)
treee7152a060dce2ef8a1dbf41cc6202339c5337a97 /Cargo.toml
parent0f0d4477a4eab8ec0b99c134154ce0fedb4d6400 (diff)
Implement file uploading.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6087545..a4a707f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,8 @@ rusqlite = "0.21.0"
# Until RFC #2887 is merged, image and rocket are deps of the CLI tool as well.
image = "0.23"
+multipart = { package = "rocket-multipart-form-data", version = "0.9" }
+rand = "0.7"
rocket = "0.4"
rocket_contrib = { version = "0.4", default-features = false, features = ["handlebars_templates", "json", "serve"] }
serde = "1.0"