aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18d2d589..a45451f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,6 +39,12 @@ version = "0.1.1"
[target.i386-apple-ios.dependencies.openssl-sys]
path = "openssl-sys"
version = "0.1.1"
+[target.i386-pc-windows-gnu.openssl-sys]
+path = "openssl-sys"
+version = "0.1.1"
+[target.x86_64-pc-windows-gnu.openssl-sys]
+path = "openssl-sys"
+version = "0.1.1"
[target.le32-unknown-nacl.dependencies.libressl-pnacl-sys]
[target.arm-unknown-nacl.dependencies.libressl-pnacl-sys]