Add Scouter subproject. This takes a file and detects what project it might belong to, traversing up the hierarchy until it encounters a supported project type.

Because projects can be nested, the Scouter is actually an iterator. For the purposes of Shenlong though generally only the first value will be used.
This commit is contained in:
Adrian Malacoda
2019-02-18 02:14:09 -06:00
parent 637981960a
commit afbcde5fd3
3 changed files with 96 additions and 0 deletions

4
scouter/Cargo.lock generated Normal file
View File

@@ -0,0 +1,4 @@
[[package]]
name = "scouter"
version = "0.1.0"