aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands.rs')
-rw-r--r--crates/mozart/src/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart/src/commands.rs b/crates/mozart/src/commands.rs
index 8232a86..83ff7b8 100644
--- a/crates/mozart/src/commands.rs
+++ b/crates/mozart/src/commands.rs
@@ -7,6 +7,7 @@ pub mod check_platform_reqs;
pub mod clear_cache;
pub mod config;
pub mod create_project;
+pub mod dependency;
pub mod depends;
pub mod diagnose;
pub mod dump_autoload;