aboutsummaryrefslogtreecommitdiff
path: root/shared/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* License all code under GPL-3.0Michael Gattozzi2019-12-101-0/+1
|
* Move find_root function into the new shared crateMichael Gattozzi2019-11-211-0/+10
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