pub fn copy_from_crate(
    crate_data: &CrateData,
    path: &Path,
    out_dir: &Path
) -> Result<(), Error>
Expand description

Copy the crate’s license into the pkg directory.