From d8d5c421c33b1cc5416ff87f6a7c3837e5176d4d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 28 Aug 2018 13:49:19 -0400 Subject: Support https imports. Adds hyper-rustls to the build. Use ring for sha1 instead of "ssh1" crate. Fixes #528. --- BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 74597ff1d..0cae2087f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -38,10 +38,11 @@ config("deno_config") { main_extern = [ "$rust_build:hyper", + "$rust_build:hyper_rustls", "$rust_build:futures", "$rust_build:libc", "$rust_build:log", - "$rust_build:sha1", + "$rust_build:ring", "$rust_build:tempfile", "$rust_build:rand", "$rust_build:tokio", -- cgit v1.2.3