mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -21,7 +21,6 @@ crossbeam-channel = { workspace = true }
|
|||
embedder_traits = { workspace = true }
|
||||
headers = { workspace = true }
|
||||
http = { workspace = true }
|
||||
hyper = { workspace = true }
|
||||
hyper_serde = { workspace = true }
|
||||
hyper-util = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
|
|
|
@ -16,7 +16,6 @@ base = { workspace = true }
|
|||
app_units = { workspace = true }
|
||||
atomic_refcell = { workspace = true }
|
||||
canvas_traits = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
fnv = { workspace = true }
|
||||
fonts = { path = "../../fonts" }
|
||||
|
|
|
@ -23,4 +23,3 @@ euclid = { workspace = true }
|
|||
ipc-channel = { workspace = true, optional = true }
|
||||
log = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
time = { workspace = true, optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue