Skip to main content

discover_projects

Function discover_projects 

Source
pub fn discover_projects(
    workspace: &WorkspaceConfig,
) -> Result<Vec<ProjectConfig>, ConfigError>
Expand description

Discover all project guild.toml files within the workspace.

Uses the workspace’s project glob patterns to find project directories, then looks for guild.toml in each matching directory.