aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 25aab11d..8ce43b3d 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -18,9 +18,11 @@ v111 = []
[dependencies]
bitflags = "1.0"
+cfg-if = "0.1"
foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"
+
openssl-sys = { version = "0.9.30", path = "../openssl-sys" }
[dev-dependencies]