get_project_root_path

Function get_project_root_path 

Source
pub fn get_project_root_path() -> PathBuf
Expand description

Returns the project root directory path.

For this monorepo, the project root is the same as the workspace root.

ยงPanics

Panics if the workspace root path cannot be determined.