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