diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-14 04:15:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 12:15:49 +0000 |
commit | eab755501394ef3cce120955223de5c6447bd87d (patch) | |
tree | 76207ed5206a5f891955aa08845adeee04895f2c /runtime/lib.rs | |
parent | cf6673b23d2579af7cfe43918127d30556a786da (diff) |
refactor: snapshot module for deno_runtime (#21162)
Closes #21134
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
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; |