aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/vcs/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/src/vcs/util.rs')
-rw-r--r--crates/mozart-core/src/vcs/util.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/mozart-core/src/vcs/util.rs b/crates/mozart-core/src/vcs/util.rs
new file mode 100644
index 0000000..b2c35fc
--- /dev/null
+++ b/crates/mozart-core/src/vcs/util.rs
@@ -0,0 +1,3 @@
+pub mod git;
+pub mod hg;
+pub mod svn;