diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-24 19:51:37 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-25 17:02:49 -0400 |
| commit | 7c128df4a041f3b2c04725a0f5f3320db684d067 (patch) | |
| tree | 8b9e0ffa87c0e36faa1555c0409bbd7046497a98 /BUILD.gn | |
| parent | 7fb28219375b52f3055e79d9d9b103a08dbb0790 (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.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
