Skip to main content

load_project_config

Function load_project_config 

Source
pub fn load_project_config(project_root: &Path) -> Result<ProjectConfig>
Expand description

Load project-level configuration from .bones/config.toml.

ยงErrors

Returns an error if the file exists but cannot be read or parsed.