summaryrefslogtreecommitdiff
path: root/cli/util/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/util/mod.rs')
-rw-r--r--cli/util/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/util/mod.rs b/cli/util/mod.rs
index b7eef95d3..b9071c496 100644
--- a/cli/util/mod.rs
+++ b/cli/util/mod.rs
@@ -1,6 +1,7 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// Note: Only add code in this folder that has no application specific logic
+pub mod archive;
pub mod checksum;
pub mod console;
pub mod diff;