summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2018-07-02 11:58:15 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-07-05 16:05:05 +0100
commit7a535f1517dccf043c524e4d2d97e516264ba820 (patch)
tree5c0a539de1c98861cba988ee4257fb6feeed6619
parent891b91867a8b56616fc70b4ab982ad598bef2e54 (diff)
downloadmullvadvpn-7a535f1517dccf043c524e4d2d97e516264ba820.tar.xz
mullvadvpn-7a535f1517dccf043c524e4d2d97e516264ba820.zip
Move patch section to workspace manifest
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e68361379..cb296616d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,6 @@ members = [
"talpid-core",
"talpid-ipc",
]
+
+[patch.crates-io]
+openssl-sys = { git = "https://github.com/mullvad/rust-openssl" }