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 c49446375..6a0a6569c 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -30,6 +30,7 @@ pub mod inspector_server;
pub mod js;
pub mod ops;
pub mod permissions;
+pub mod snapshot;
pub mod tokio_util;
pub mod web_worker;
pub mod worker;