From 2cd27b8dd40c7361f6f2b8832e210a58f30f3639 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Thu, 21 Nov 2019 10:59:44 -0500 Subject: Move find_root function into the new shared crate This cleans up the init function using the modified find_root function for ticket and moves it into a new shared crate so that other tools that might be built can use it. This means we can easily find the root of a git repo no matter where in the repo one is and build paths relative to it. Closes #3 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0554ab7..5651345 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] members = [ + "shared", "ticket", ] -- cgit v1.2.3