pub fn find_workspace_root(
    manifest_path: &Path,
    config: &Config
) -> CargoResult<Option<PathBuf>>
Expand description

Finds the path of the root of the workspace.