It looks like most subprojects here are MPL-2.0 licensed, but the repository doesn't include a copy of the MPL-2.0 license text. One of the terms of this license is that redistributed sources contain a copy of the license text, so any crates published from this repository currently don't fulfil this requirement.
Note that there are some crates (servo_arc, malloc_size_of) that are Apache-2.0 / MIT, and they actually do contain license texts for these two licenses, but all other workspace members are missing a LICENSE text. Adding it once at the repository root and referencing it with symbolic links in published workspace members should be enough for "cargo publish" to include the file when publishing.
It looks like most subprojects here are MPL-2.0 licensed, but the repository doesn't include a copy of the MPL-2.0 license text. One of the terms of this license is that redistributed sources contain a copy of the license text, so any crates published from this repository currently don't fulfil this requirement.
Note that there are some crates (servo_arc, malloc_size_of) that are Apache-2.0 / MIT, and they actually do contain license texts for these two licenses, but all other workspace members are missing a LICENSE text. Adding it once at the repository root and referencing it with symbolic links in published workspace members should be enough for "cargo publish" to include the file when publishing.