pub fn find_workspace_root(start_dir: &Path) -> Result<PathBuf, ConfigError>Expand description
Find the workspace root by searching for guild.toml with a [workspace] section,
starting from start_dir and walking up to parent directories.
pub fn find_workspace_root(start_dir: &Path) -> Result<PathBuf, ConfigError>Find the workspace root by searching for guild.toml with a [workspace] section,
starting from start_dir and walking up to parent directories.