diff options
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 ed3f9fbc6..034c094a0 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -33,6 +33,7 @@ pub mod fs_util; pub mod inspector_server; pub mod js; pub mod ops; +pub mod permissions; pub mod snapshot; pub mod tokio_util; pub mod web_worker; |