about summary refs log tree commit diff
path: root/net/mushroom/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net/mushroom/src/main.rs')
-rw-r--r--net/mushroom/src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/mushroom/src/main.rs b/net/mushroom/src/main.rs
new file mode 100644
index 0000000000..2c37981880
--- /dev/null
+++ b/net/mushroom/src/main.rs
@@ -0,0 +1,5 @@
+use git2::Repository;
+
+fn main() {
+    let repo = Repository::init("/depot").expect("should be able to open depot");
+}