mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
deps: Remove some unused Cargo.toml
(#35466)
These were discovered with cargo-machete. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
32c13bcb1e
commit
ebd471bb55
12 changed files with 0 additions and 32 deletions
|
@ -17,7 +17,6 @@ tracing = ["dep:tracing", "layout/tracing"]
|
|||
[dependencies]
|
||||
app_units = { workspace = true }
|
||||
base = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
embedder_traits = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
fnv = { workspace = true }
|
||||
|
@ -36,7 +35,6 @@ rayon = { workspace = true }
|
|||
script = { path = "../script" }
|
||||
script_layout_interface = { workspace = true }
|
||||
script_traits = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_allocator = { path = "../allocator" }
|
||||
servo_arc = { workspace = true }
|
||||
servo_atoms = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue