There was an error fetching the commit references. Please try again later.
Merge pull request #66 from k4yt3x/master
Strip symbols and add crate openssl to and allow the binary to run in distroless containers
No related branches found
No related tags found
... | ... | @@ -20,9 +20,10 @@ filetime = "0.2.7" |
pretty-bytes = "0.2.2" | ||
rand = "0.8.3" | ||
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" | ||
open = "1" | ||
openssl = { version = "0.10", features = ["vendored"] } | ||
# Iron crates | ||
iron = "0.6.1" | ||
iron-cors = "0.8.0" | ||
... | ... |
Please register or sign in to comment