diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-06 16:24:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 16:24:44 +0100 |
commit | 870622d3ccb3589eeb72a439717edf7e40d9b093 (patch) | |
tree | e5ec609e0c7d2ba701a7ff29e79982faaffb08d5 /core/lib.rs | |
parent | 4e1a638bc53bbc0e73418271053e7ca2e6389a8e (diff) |
merge libdeno::DenoIsolate into core::Isolate (#3605)
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 1 |
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; |