Skip to content

Commit 0c1ae07

Browse files
authored
Merge pull request #66 from k4yt3x/master
Strip symbols and add crate openssl to and allow the binary to run in distroless containers
2 parents b0ecc5a + 4413bd2 commit 0c1ae07

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ filetime = "0.2.7"
2020
pretty-bytes = "0.2.2"
2121
rand = "0.8.3"
2222
url = "2.1.0"
23-
hyper-native-tls = {version = "0.3.0", optional=true}
23+
hyper-native-tls = { version = "0.3.0", optional = true }
2424
mime_guess = "2.0"
2525
open = "1"
26+
openssl = { version = "0.10", features = ["vendored"] }
2627
# Iron crates
2728
iron = "0.6.1"
2829
iron-cors = "0.8.0"

0 commit comments

Comments
 (0)