pub fn load_workspace_config(
anchor: Option<&Path>,
) -> Option<(WorkspaceConfig, PathBuf)>Expand description
Load the [workspace] config and the directory of the harn.toml
it came from. Paths in the returned config are left as-is (callers
resolve them against the returned manifest_dir).