Function cargo::util::toml::prepare_toml_for_publish

source ·
fn prepare_toml_for_publish(
    me: &TomlManifest,
    ws: &Workspace<'_>,
    package_root: &Path,
    included: &[PathBuf]
) -> CargoResult<TomlManifest>
Expand description

Prepares the manifest for publishing.