summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs
index b6e94c7d5..20f3dba86 100644
--- a/core/lib.rs
+++ b/core/lib.rs
@@ -10,6 +10,7 @@ extern crate rusty_v8;
extern crate lazy_static;
mod any_error;
+mod bindings;
mod flags;
mod isolate;
mod js_errors;