mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
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:
parent
0de0f741b6
commit
5a0332f57e
27 changed files with 80 additions and 82 deletions
|
@ -18,15 +18,15 @@ cookie = { workspace = true }
|
|||
crossbeam-channel = { workspace = true }
|
||||
embedder_traits = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
http = { version = "0.2" }
|
||||
http = "0.2"
|
||||
image = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
keyboard-types = { workspace = true }
|
||||
log = { workspace = true }
|
||||
pixels = { path = "../pixels" }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
servo_geometry = { path = "../geometry" }
|
||||
servo_url = { path = "../url" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue