summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b1ee08088..3865e9253 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,7 +5,6 @@ extern crate getopts;
extern crate hyper;
extern crate hyper_rustls;
extern crate libc;
-extern crate msg_rs as msg;
extern crate rand;
extern crate remove_dir_all;
extern crate ring;
@@ -31,6 +30,7 @@ mod fs;
mod http_util;
mod isolate;
mod libdeno;
+mod msg;
pub mod ops;
mod permissions;
mod resources;