summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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" }