diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-24 00:38:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 23:38:07 +0000 |
commit | 585cf2de89f1d253bc14e0835790445d14e324f3 (patch) | |
tree | 901234e85d502d960c0cb3126367ca78d17b3225 /cli/tools/mod.rs | |
parent | 778e4c971077e38bf8f7d03b8b299d3dd111ba22 (diff) |
feat(unstable): tar up directory with deno.json (#21228)
Co-authored-by: David Sherret <dsherret@gmail.com>
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'cli/tools/mod.rs')
-rw-r--r-- | cli/tools/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/mod.rs b/cli/tools/mod.rs index 13a37addd..83d934742 100644 --- a/cli/tools/mod.rs +++ b/cli/tools/mod.rs @@ -12,6 +12,7 @@ pub mod init; pub mod installer; pub mod jupyter; pub mod lint; +pub mod registry; pub mod repl; pub mod run; pub mod task; |