diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index 04daff670..59a1fb0cd 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -4,6 +4,7 @@ mod args; mod auth_tokens; mod cache; mod cdp; +mod download_deno_binary; mod emit; mod errors; mod factory; |