Function cargo::util::toml::prepare_for_publish

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