determine_bootstrap_targets

Function determine_bootstrap_targets 

Source
pub fn determine_bootstrap_targets(
    workspace: &Path,
    use_home_dir: bool,
    config_file_name: &str,
    defaults_provider: &dyn ConfigDefaultsProvider,
) -> Result<(PathBuf, PathBuf)>
Expand description

Determine where configuration and gitignore files should be created when bootstrapping a workspace.