diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 0defa6838..b7efd40af 100644 --- a/src/main.rs +++ b/src/main.rs @@ -31,6 +31,7 @@ mod http_util; pub mod isolate; pub mod libdeno; pub mod msg; +pub mod msg_util; pub mod ops; pub mod permissions; pub mod resources; |