summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
authorDjDeveloper <43033058+DjDeveloperr@users.noreply.github.com>2021-11-28 23:37:32 +0530
committerGitHub <noreply@github.com>2021-11-28 13:07:32 -0500
commit3881e2e7bf3bbe4a5d62872a9fb7b6e2e3d82f81 (patch)
tree7d9e1cb6b6059234f58abf7ab912ba3e36789c98 /runtime/lib.rs
parentcc83ad39ce3e8186c8785d47fa4801317c8fac4a (diff)
chore: re-export `deno_core` from `deno_runtime` (#12923)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index ca250ce20..ad4a790da 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -4,6 +4,7 @@ use std::sync::atomic::AtomicI32;
pub use deno_broadcast_channel;
pub use deno_console;
+pub use deno_core;
pub use deno_crypto;
pub use deno_fetch;
pub use deno_ffi;