There was an error fetching the commit references. Please try again later.
added openssl as compilation dependency
... | @@ -26,6 +26,7 @@ url = "2.1.0" | ... | @@ -26,6 +26,7 @@ url = "2.1.0" |
hyper-native-tls = {version = "0.3.0", optional=true} | hyper-native-tls = {version = "0.3.0", optional=true} | ||
mime_guess = "2.0" | mime_guess = "2.0" | ||
open = "1" | open = "1" | ||
openssl = { version = "*", features = ["vendored"] } | |||
# Iron crates | # Iron crates | ||
iron = "0.6.1" | iron = "0.6.1" | ||
iron-cors = "0.8.0" | iron-cors = "0.8.0" | ||
... | ... |
Please register or sign in to comment