Cargo.toml cleanup (#39403)

Cargo.toml cleanups. Mostly ordering fixes.

Testing: No tests for Cargo.toml edits.

---------

Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
Alex Touchet 2025-09-19 20:09:37 -07:00 committed by GitHub
parent 0de0f741b6
commit 5a0332f57e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 80 additions and 82 deletions

View file

@ -26,15 +26,16 @@ crossbeam-channel = { workspace = true }
devtools_traits = { workspace = true }
embedder_traits = { workspace = true }
euclid = { workspace = true }
rustc-hash = { workspace = true }
ipc-channel = { workspace = true }
keyboard-types = { workspace = true }
log = "0.4.27"
malloc_size_of = { workspace = true }
malloc_size_of_derive = { workspace = true }
media = { path = "../../media" }
net_traits = { workspace = true }
pixels = { path = "../../pixels" }
profile_traits = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true }
servo_config = { path = "../../config" }
servo_url = { path = "../../url" }
@ -45,4 +46,3 @@ stylo_traits = { workspace = true }
webgpu_traits = { workspace = true, optional = true }
webrender_api = { workspace = true }
webxr-api = { workspace = true, features = ["ipc"] }
log = "0.4.27"