Function cargo::util::toml::to_real_manifest

source ·
pub fn to_real_manifest(
    me: TomlManifest,
    embedded: bool,
    source_id: SourceId,
    package_root: &Path,
    config: &Config
) -> CargoResult<(Manifest, Vec<PathBuf>)>