From 9b6afd090c0870c9ef194e3ecd264d582641a4a7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 7 Jun 2020 23:45:49 +0100 Subject: chore(net/mushroom): Bootstrap project --- net/mushroom/src/main.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 net/mushroom/src/main.rs (limited to 'net/mushroom/src/main.rs') diff --git a/net/mushroom/src/main.rs b/net/mushroom/src/main.rs new file mode 100644 index 000000000000..2c37981880c8 --- /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"); +} -- cgit 1.4.1