diff --git a/scouter/src/lib.rs b/scouter/src/lib.rs index 320ccde..c4ff95f 100644 --- a/scouter/src/lib.rs +++ b/scouter/src/lib.rs @@ -29,7 +29,7 @@ pub struct Project { } impl Project { - fn path(&self) -> &Path { + pub fn path(&self) -> &Path { &self.path } }