Closed
Description
The crates that are published to crates.io no longer contain LICENSE files since the latest release.
I assume this change happened by accident when moving around crates / files inside the workspace, as previous versions of the published crates contained your LICENSE file, as they should.
I think you'll need to add symlinks from all workspace members to the LICENSE file in the project's root directory, i.e. LICENSE -> ../LICENSE
. This will make cargo include the files when packaging the crates and uploading them to crates.io.