summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-24 19:51:37 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-25 17:02:49 -0400
commit7c128df4a041f3b2c04725a0f5f3320db684d067 (patch)
tree8b9e0ffa87c0e36faa1555c0409bbd7046497a98 /BUILD.gn
parent7fb28219375b52f3055e79d9d9b103a08dbb0790 (diff)
Use lazy_static for HttpsConnector
And rename net.rs to http.rs Share HTTP connection.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index dd995c00f..4a7293262 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -47,6 +47,7 @@ main_extern = [
"$rust_build:hyper",
"$rust_build:hyper_rustls",
"$rust_build:futures",
+ "$rust_build:lazy_static",
"$rust_build:libc",
"$rust_build:log",
"$rust_build:ring",