From a44349dfdfecacdd4ccd343a984b05abb728bf88 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 8 Jan 2021 03:08:51 +0100 Subject: feat: denort binary (#9041) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds new binary target called "denort". It is a "lite" version of "deno" binary that can only execute code embedded inside the binary itself. Co-authored-by: Bartek IwaƄczuk --- cli/tools/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tools/mod.rs') diff --git a/cli/tools/mod.rs b/cli/tools/mod.rs index be76968fb..4489b7479 100644 --- a/cli/tools/mod.rs +++ b/cli/tools/mod.rs @@ -5,5 +5,6 @@ pub mod fmt; pub mod installer; pub mod lint; pub mod repl; +pub mod standalone; pub mod test_runner; pub mod upgrade; -- cgit v1.2.3