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 48d96b04a..7bafe5c3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,6 +14,7 @@ pub mod deno_dir; pub mod errors; pub mod flags; mod fs; +mod global_timer; mod http_body; mod http_util; pub mod isolate; |