mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This fixes a warning of `cargo publish`: ``` warning: manifest has no description, documentation, homepage or repository ``` Testing: Compiling. Manual testing of `cargo publish --dry-run` (with some additional patches, and until the next error, shows this warning has been fixed) Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>