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:
Jonathan Schwender
2026-03-19 09:54:18 +01:00
committed by GitHub
parent 4dbc9f7af9
commit eac6ff8509
61 changed files with 123 additions and 0 deletions

View File

@@ -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"