pub fn find_config(start_dir: &Path) -> Result<Option<(UbtConfig, PathBuf)>>Expand description
Locate and parse ubt.toml, returning the config and project root.
Resolution order:
UBT_CONFIGenvironment variable (explicit path).- Walk upward from
start_dirlooking forubt.toml.