Function cargo::core::find_workspace_root
source ยท pub fn find_workspace_root(
manifest_path: &Path,
gctx: &GlobalContext,
) -> CargoResult<Option<PathBuf>>
Expand description
Finds the path of the root of the workspace.