Skip to content
Snippets Groups Projects
Commit 50b25765 authored by Marvin Weiler's avatar Marvin Weiler
Browse files

added the openssl-sys to the cargo.toml

parent 4bce01a4
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,10 @@ lettre = { version = "0.10.0-rc.4", features = [ ...@@ -14,3 +14,10 @@ lettre = { version = "0.10.0-rc.4", features = [
"smtp-transport", "smtp-transport",
"native-tls", "native-tls",
] } ] }
openssl-sys = "*"
[features]
# Force openssl-sys to staticly link in the openssl library. Necessary when
# cross compiling to x86_64-unknown-linux-musl and 32 bit.
vendored = ["openssl-sys/vendored"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment