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.