summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-31 00:32:42 -0700
committerGitHub <noreply@github.com>2018-10-31 00:32:42 -0700
commit7c82667f75fdfe56ca66ccc0dbe2c92a989ba858 (patch)
tree0d75ddd4f73d046727bdd0369515b09532647c16 /src/main.rs
parent2422e526257d971ba382bb9195e0ee527b918672 (diff)
Upgrade Flatbuffers. (#1127)
Use msg_generated.rs as mod instead of crate.
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;