diff --git a/Cargo.toml b/Cargo.toml index 5b3818b89a444..0c4f7f879372a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ exclude = [".cargo", "support/crown"] [workspace.package] version = "0.0.6" authors = ["The Servo Project Developers"] +repository = "https://github.com/servo/servo" +# A generic description for packages that don't have a meaningful description yet. +description = "A component of the servo web-engine." license = "MPL-2.0" edition = "2024" publish = false diff --git a/components/allocator/Cargo.toml b/components/allocator/Cargo.toml index 0cd26ee6b2064..8af83fb658e4a 100644 --- a/components/allocator/Cargo.toml +++ b/components/allocator/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] path = "lib.rs" diff --git a/components/background_hang_monitor/Cargo.toml b/components/background_hang_monitor/Cargo.toml index fffe042c50a4f..6d25f7d18330e 100644 --- a/components/background_hang_monitor/Cargo.toml +++ b/components/background_hang_monitor/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "background_hang_monitor" diff --git a/components/bluetooth/Cargo.toml b/components/bluetooth/Cargo.toml index bac5dfddb5e66..63d378f934190 100644 --- a/components/bluetooth/Cargo.toml +++ b/components/bluetooth/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "bluetooth" diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index 873b25c6e2842..a440d0fafc8d0 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "canvas" diff --git a/components/config/Cargo.toml b/components/config/Cargo.toml index a3c5d762c3401..8847ed757b069 100644 --- a/components/config/Cargo.toml +++ b/components/config/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_config" diff --git a/components/config/macro/Cargo.toml b/components/config/macro/Cargo.toml index 5054e56f7a6dc..1c4a0f1d0d7d1 100644 --- a/components/config/macro/Cargo.toml +++ b/components/config/macro/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_config_macro" diff --git a/components/constellation/Cargo.toml b/components/constellation/Cargo.toml index 7ea77cfff9675..79faf2629ca3f 100644 --- a/components/constellation/Cargo.toml +++ b/components/constellation/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "constellation" diff --git a/components/deny_public_fields/Cargo.toml b/components/deny_public_fields/Cargo.toml index 2c46a1155d3a0..d56b7fc76a851 100644 --- a/components/deny_public_fields/Cargo.toml +++ b/components/deny_public_fields/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] path = "lib.rs" diff --git a/components/devtools/Cargo.toml b/components/devtools/Cargo.toml index e319af93e79ec..5dc968a01970f 100644 --- a/components/devtools/Cargo.toml +++ b/components/devtools/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "devtools" diff --git a/components/dom_struct/Cargo.toml b/components/dom_struct/Cargo.toml index 416dc874b003a..1f338b0061082 100644 --- a/components/dom_struct/Cargo.toml +++ b/components/dom_struct/Cargo.toml @@ -6,6 +6,8 @@ authors.workspace = true license.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [dependencies] quote = { workspace = true } diff --git a/components/fonts/Cargo.toml b/components/fonts/Cargo.toml index ab7f141f4bb72..7970ee6a3a998 100644 --- a/components/fonts/Cargo.toml +++ b/components/fonts/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "fonts" diff --git a/components/geometry/Cargo.toml b/components/geometry/Cargo.toml index e42abcdc692d0..35e156c6fa615 100644 --- a/components/geometry/Cargo.toml +++ b/components/geometry/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_geometry" diff --git a/components/jstraceable_derive/Cargo.toml b/components/jstraceable_derive/Cargo.toml index a6f01e7978e25..ebc006e63e22f 100644 --- a/components/jstraceable_derive/Cargo.toml +++ b/components/jstraceable_derive/Cargo.toml @@ -6,6 +6,8 @@ authors.workspace = true license.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] path = "lib.rs" diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index d00156e364373..be1ed7abd988d 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "layout" diff --git a/components/malloc_size_of/Cargo.toml b/components/malloc_size_of/Cargo.toml index 2328c1fcea47d..39b596a3c9a2b 100644 --- a/components/malloc_size_of/Cargo.toml +++ b/components/malloc_size_of/Cargo.toml @@ -6,6 +6,8 @@ authors.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] path = "lib.rs" diff --git a/components/media/audio/Cargo.toml b/components/media/audio/Cargo.toml index 6fffb49061d1c..854d6d93a1147 100644 --- a/components/media/audio/Cargo.toml +++ b/components/media/audio/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_audio" diff --git a/components/media/backends/auto/Cargo.toml b/components/media/backends/auto/Cargo.toml index 3d5dfee16857a..9c790a97c1dde 100644 --- a/components/media/backends/auto/Cargo.toml +++ b/components/media/backends/auto/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_auto" diff --git a/components/media/backends/dummy/Cargo.toml b/components/media/backends/dummy/Cargo.toml index 31a5f7f7c4ca9..8197a744e7149 100644 --- a/components/media/backends/dummy/Cargo.toml +++ b/components/media/backends/dummy/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_dummy" diff --git a/components/media/backends/gstreamer/Cargo.toml b/components/media/backends/gstreamer/Cargo.toml index d348021bbab93..7c58a70a27837 100644 --- a/components/media/backends/gstreamer/Cargo.toml +++ b/components/media/backends/gstreamer/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_gstreamer" diff --git a/components/media/backends/gstreamer/render-android/Cargo.toml b/components/media/backends/gstreamer/render-android/Cargo.toml index 81296360aa7d5..0ad2fc57fb6c2 100644 --- a/components/media/backends/gstreamer/render-android/Cargo.toml +++ b/components/media/backends/gstreamer/render-android/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_gstreamer_render_android" diff --git a/components/media/backends/gstreamer/render-unix/Cargo.toml b/components/media/backends/gstreamer/render-unix/Cargo.toml index e412b80515472..51213c7a8a6e7 100644 --- a/components/media/backends/gstreamer/render-unix/Cargo.toml +++ b/components/media/backends/gstreamer/render-unix/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [features] gl-egl = ["gstreamer-gl-egl"] diff --git a/components/media/backends/gstreamer/render/Cargo.toml b/components/media/backends/gstreamer/render/Cargo.toml index 9c3d5cdd8f58b..d99fd2c13dbe9 100644 --- a/components/media/backends/gstreamer/render/Cargo.toml +++ b/components/media/backends/gstreamer/render/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_gstreamer_render" diff --git a/components/media/backends/ohos/Cargo.toml b/components/media/backends/ohos/Cargo.toml index 5824798f66cc3..366c11c7d7b8c 100644 --- a/components/media/backends/ohos/Cargo.toml +++ b/components/media/backends/ohos/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_ohos" diff --git a/components/media/examples/Cargo.toml b/components/media/examples/Cargo.toml index b956385ec3b4e..d250084f96f92 100644 --- a/components/media/examples/Cargo.toml +++ b/components/media/examples/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [dependencies] euclid = { workspace = true } diff --git a/components/media/media-thread/Cargo.toml b/components/media/media-thread/Cargo.toml index 00b10e961aad9..97c13e910a67d 100644 --- a/components/media/media-thread/Cargo.toml +++ b/components/media/media-thread/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "media" diff --git a/components/media/player/Cargo.toml b/components/media/player/Cargo.toml index db4dfcc05ac40..929dee239c78f 100644 --- a/components/media/player/Cargo.toml +++ b/components/media/player/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_player" diff --git a/components/media/servo-media-derive/Cargo.toml b/components/media/servo-media-derive/Cargo.toml index 0f652ce6ccd63..f894908d14460 100644 --- a/components/media/servo-media-derive/Cargo.toml +++ b/components/media/servo-media-derive/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_derive" diff --git a/components/media/servo-media/Cargo.toml b/components/media/servo-media/Cargo.toml index 510932322d604..f6478b72cdbba 100644 --- a/components/media/servo-media/Cargo.toml +++ b/components/media/servo-media/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media" diff --git a/components/media/streams/Cargo.toml b/components/media/streams/Cargo.toml index bfe35c335110e..7fd5f053ad671 100644 --- a/components/media/streams/Cargo.toml +++ b/components/media/streams/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_streams" diff --git a/components/media/traits/Cargo.toml b/components/media/traits/Cargo.toml index 22d916884a02a..f635a41af810a 100644 --- a/components/media/traits/Cargo.toml +++ b/components/media/traits/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_media_traits" diff --git a/components/media/webrtc/Cargo.toml b/components/media/webrtc/Cargo.toml index beb66704259bc..c13cc2cea83b8 100644 --- a/components/media/webrtc/Cargo.toml +++ b/components/media/webrtc/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] path = "lib.rs" diff --git a/components/metrics/Cargo.toml b/components/metrics/Cargo.toml index 1e4da5bf72abd..5a9d8f87daf4d 100644 --- a/components/metrics/Cargo.toml +++ b/components/metrics/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "metrics" diff --git a/components/paint/Cargo.toml b/components/paint/Cargo.toml index 4203d006f839d..23df31e2f4046 100644 --- a/components/paint/Cargo.toml +++ b/components/paint/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "paint" diff --git a/components/pixels/Cargo.toml b/components/pixels/Cargo.toml index 1cc6f4c3095f8..a99056067a8c3 100644 --- a/components/pixels/Cargo.toml +++ b/components/pixels/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "pixels" diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml index df2be1de51a2b..798b329f79fca 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "profile" diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 341aa138ed8e3..7c30c6850f046 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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 = "script" diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index b71f7efeca40d..2c25aab96c97a 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo" diff --git a/components/servo_tracing/Cargo.toml b/components/servo_tracing/Cargo.toml index 12fe9a79427ac..a7414e57ef5f3 100644 --- a/components/servo_tracing/Cargo.toml +++ b/components/servo_tracing/Cargo.toml @@ -6,6 +6,8 @@ authors.workspace = true license.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [dependencies] proc-macro2 = { workspace = true } diff --git a/components/shared/background_hang_monitor/Cargo.toml b/components/shared/background_hang_monitor/Cargo.toml index 3470860842ce7..1a07a8e9dbe22 100644 --- a/components/shared/background_hang_monitor/Cargo.toml +++ b/components/shared/background_hang_monitor/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "background_hang_monitor_api" diff --git a/components/shared/base/Cargo.toml b/components/shared/base/Cargo.toml index defff96b65051..7c54050ded1d8 100644 --- a/components/shared/base/Cargo.toml +++ b/components/shared/base/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "base" diff --git a/components/shared/bluetooth/Cargo.toml b/components/shared/bluetooth/Cargo.toml index 9b9ef90666352..9c5d265ee4e9a 100644 --- a/components/shared/bluetooth/Cargo.toml +++ b/components/shared/bluetooth/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "bluetooth_traits" diff --git a/components/shared/canvas/Cargo.toml b/components/shared/canvas/Cargo.toml index 3c97b993163ce..4a09222981217 100644 --- a/components/shared/canvas/Cargo.toml +++ b/components/shared/canvas/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "canvas_traits" diff --git a/components/shared/constellation/Cargo.toml b/components/shared/constellation/Cargo.toml index 57a88ebb55164..b95f81f6aee9a 100644 --- a/components/shared/constellation/Cargo.toml +++ b/components/shared/constellation/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "constellation_traits" diff --git a/components/shared/devtools/Cargo.toml b/components/shared/devtools/Cargo.toml index c2b30ca6c4b4a..8f7e1ad4eda5e 100644 --- a/components/shared/devtools/Cargo.toml +++ b/components/shared/devtools/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "devtools_traits" diff --git a/components/shared/embedder/Cargo.toml b/components/shared/embedder/Cargo.toml index ded04144b1e2b..7c072ff4eadbd 100644 --- a/components/shared/embedder/Cargo.toml +++ b/components/shared/embedder/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "embedder_traits" diff --git a/components/shared/fonts/Cargo.toml b/components/shared/fonts/Cargo.toml index 46d6c6b7dfa41..5a9a868e66feb 100644 --- a/components/shared/fonts/Cargo.toml +++ b/components/shared/fonts/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "fonts_traits" diff --git a/components/shared/layout/Cargo.toml b/components/shared/layout/Cargo.toml index 81747252bb2d8..3f221a7a656fb 100644 --- a/components/shared/layout/Cargo.toml +++ b/components/shared/layout/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "layout_api" diff --git a/components/shared/net/Cargo.toml b/components/shared/net/Cargo.toml index bc7da18c5960c..358c0981aad3a 100644 --- a/components/shared/net/Cargo.toml +++ b/components/shared/net/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "net_traits" diff --git a/components/shared/paint/Cargo.toml b/components/shared/paint/Cargo.toml index f0e5398662065..899c0163c0468 100644 --- a/components/shared/paint/Cargo.toml +++ b/components/shared/paint/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "paint_api" diff --git a/components/shared/profile/Cargo.toml b/components/shared/profile/Cargo.toml index 45c759495051c..fa048dacb00c8 100644 --- a/components/shared/profile/Cargo.toml +++ b/components/shared/profile/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "profile_traits" diff --git a/components/shared/script/Cargo.toml b/components/shared/script/Cargo.toml index 2f085e7c2dd8b..6ca2af81cae99 100644 --- a/components/shared/script/Cargo.toml +++ b/components/shared/script/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "script_traits" diff --git a/components/shared/storage/Cargo.toml b/components/shared/storage/Cargo.toml index 1f4469abe3dc3..516e5ae77c51d 100644 --- a/components/shared/storage/Cargo.toml +++ b/components/shared/storage/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "storage_traits" diff --git a/components/shared/webgpu/Cargo.toml b/components/shared/webgpu/Cargo.toml index 0fb5bb3dfea2d..0972604d3afd7 100644 --- a/components/shared/webgpu/Cargo.toml +++ b/components/shared/webgpu/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "webgpu_traits" diff --git a/components/timers/Cargo.toml b/components/timers/Cargo.toml index 2154980ddefc8..eddf44f3bcb9a 100644 --- a/components/timers/Cargo.toml +++ b/components/timers/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "timers" diff --git a/components/url/Cargo.toml b/components/url/Cargo.toml index b4a0859b3df7b..afb32766c38f9 100644 --- a/components/url/Cargo.toml +++ b/components/url/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "servo_url" diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml index 47d92b3426c12..9a1794a7fec40 100644 --- a/components/webdriver_server/Cargo.toml +++ b/components/webdriver_server/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "webdriver_server" diff --git a/components/webgl/Cargo.toml b/components/webgl/Cargo.toml index de22f672462f3..67aa4367f7aaa 100644 --- a/components/webgl/Cargo.toml +++ b/components/webgl/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "webgl" diff --git a/components/webgpu/Cargo.toml b/components/webgpu/Cargo.toml index a973b2bf3f7d1..027bedf128645 100644 --- a/components/webgpu/Cargo.toml +++ b/components/webgpu/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [lib] name = "webgpu" diff --git a/components/xpath/Cargo.toml b/components/xpath/Cargo.toml index 62cc4140f4b0f..af25f4004781a 100644 --- a/components/xpath/Cargo.toml +++ b/components/xpath/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +repository.workspace = true +description.workspace = true [dependencies] log = { workspace = true } diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 4b59a0a15ea18..332ae347ce1b1 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -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"