diff options
| -rw-r--r-- | Cargo.toml | 3 |
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" } |
