aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/src/repository.rs')
-rw-r--r--crates/mozart-core/src/repository.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart-core/src/repository.rs b/crates/mozart-core/src/repository.rs
index ba96729..ce6de85 100644
--- a/crates/mozart-core/src/repository.rs
+++ b/crates/mozart-core/src/repository.rs
@@ -14,6 +14,7 @@ pub mod path_repository;
pub mod repository;
pub mod repository_filter;
pub mod resolver;
+pub mod vcs;
pub mod vcs_bridge;
pub mod version;
pub mod version_selector;