diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-02-16 13:14:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 13:14:19 -0500 |
commit | b98afb59ae43b4fcfc2bf06e82942005d7f68c7b (patch) | |
tree | ba56c8fc5b287f19892c1f584bd5c65992b766fb /cli/tools/mod.rs | |
parent | 02c95d367e94f55f525646c2759558f52a493c69 (diff) |
feat: deno vendor (#13670)
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 83c501dde..ffea76e1d 100644 --- a/cli/tools/mod.rs +++ b/cli/tools/mod.rs @@ -9,3 +9,4 @@ pub mod repl; pub mod standalone; pub mod test; pub mod upgrade; +pub mod vendor; |