From 16a4be8dc933968a8596dd8a2bb49be107d2e524 Mon Sep 17 00:00:00 2001 From: k4yt3x <i@k4yt3x.com> Date: Tue, 12 Apr 2022 00:12:53 +0000 Subject: [PATCH] added openssl as compilation dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 518fce0..3243bbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ url = "2.1.0" hyper-native-tls = {version = "0.3.0", optional=true} mime_guess = "2.0" open = "1" +openssl = { version = "*", features = ["vendored"] } # Iron crates iron = "0.6.1" iron-cors = "0.8.0" -- GitLab