From 019e47020a52c0e4409739837ef653f7837f2e1c Mon Sep 17 00:00:00 2001 From: Richard Diamond Date: Sun, 9 Nov 2014 23:07:59 -0600 Subject: Support PNaCl/NaCl. --- Cargo.toml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 28300444..077c536d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,12 @@ sslv2 = [] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-unknown-freebsd.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" -[target.le32-unknown-nacl.dependencies.openssl-sys] - git = "https://github.com/alexcrichton/openssl-sys" -[target.arm-unknown-nacl.dependencies.openssl-sys] - git = "https://github.com/alexcrichton/openssl-sys" -[target.i686-unknown-nacl.dependencies.openssl-sys] - git = "https://github.com/alexcrichton/openssl-sys" -[target.x86_64-unknown-nacl.dependencies.openssl-sys] - git = "https://github.com/alexcrichton/openssl-sys" + +[target.le32-unknown-nacl.dependencies.libressl-pnacl-sys] +git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" +[target.arm-unknown-nacl.dependencies.libressl-pnacl-sys] +git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" +[target.i686-unknown-nacl.dependencies.libressl-pnacl-sys] +git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" +[target.x86_64-unknown-nacl.dependencies.libressl-pnacl-sys] +git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" -- cgit v1.2.3