From 8e89d43bdf35b2a1f69f3f7e3d87c57fb1e3f58a Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 6 Jun 2020 18:59:03 -0400 Subject: Implement file uploading. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.3