pub fn try_read_project_paths_with(
project_root: &Path,
overlay: &HashMap<PathBuf, String>,
) -> Result<ProjectPaths, ProjectPathsError>Expand description
Like try_read_project_paths, but honours overlay for bynk.toml
itself, the same way discovery::read_source does for every other file.