summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
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 f55833831..02d52cd5a 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -11,6 +11,7 @@ pub use deno_flash;
pub use deno_fs;
pub use deno_http;
pub use deno_io;
+pub use deno_kv;
pub use deno_napi;
pub use deno_net;
pub use deno_node;