Skip to main content

find_workspace_root

Function find_workspace_root 

Source
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.