summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-07-28 12:45:25 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-07-28 12:45:54 -0400
commiteca1cae812ba2b5ff84a9770c4b3bda84cc27fea (patch)
tree3c9639028cbbf7c2fa8b528b0e0a30f9a4d9941c /Cargo.toml
parent1870d9c750020c84ae9bc80cd61606d298d9b8d9 (diff)
Disable unused `rocket_http' features.
Ring is absolutely broken in terms of cross compilation.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff64959..e274315 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ 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"] }
+rocket_http = { version = "0.4", default-features = false, features = [] }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"