Function cargo::util::toml::prepare_for_publish

source ·
pub fn prepare_for_publish(
    me: &Package,
    ws: &Workspace<'_>,
    included: &[PathBuf]
) -> CargoResult<Package>