11 lines
330 B
Diff
11 lines
330 B
Diff
--- Cargo.toml.orig 2018-10-30 00:39:37.753448674 +0100
|
|
+++ Cargo.toml 2018-10-30 00:40:01.649440996 +0100
|
|
@@ -13,3 +13,7 @@
|
|
urlencoding = "1.0.0"
|
|
clap = "2.32.0"
|
|
lazy_static = "1.0.2"
|
|
+
|
|
+
|
|
+[patch.crates-io]
|
|
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}
|