Function cargo::util::toml::prepare_for_publish

source ·
pub fn prepare_for_publish(
    me: &TomlManifest,
    ws: &Workspace<'_>,
    package_root: &Path
) -> CargoResult<TomlManifest>
Expand description

Prepares the manifest for publishing.