pub(crate) fn load_initial_config(
    crate_root: &Utf8Path,
    config_file_override: Option<&Utf8Path>
) -> Result<Value>
Expand description

Load the default uniffi.toml config, merge TOML trees with config_file_override if specified.