diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index a43f62642..e4a756654 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,12 +4,13 @@ extern crate hyper; extern crate libc; extern crate msg_rs as msg_generated; extern crate rand; -extern crate sha1; extern crate tempfile; extern crate tokio; extern crate url; #[macro_use] extern crate log; +extern crate hyper_rustls; +extern crate ring; mod binding; mod deno_dir; |