mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Metadata: Add missing repository information (#43451)
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>
This commit is contained in:
committed by
GitHub
parent
4dbc9f7af9
commit
eac6ff8509
@@ -7,6 +7,8 @@ license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
repository.workspace = true
|
||||
description.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servoshell"
|
||||
|
||||
Reference in New Issue
Block a user