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:
Martin Robinson 2025-02-14 16:33:14 +01:00 committed by GitHub
parent 32c13bcb1e
commit ebd471bb55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 0 additions and 32 deletions

View file

@ -12,11 +12,8 @@ name = "servo_config"
path = "lib.rs"
[dependencies]
euclid = { workspace = true }
log = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
servo_config_macro = { path = "macro" }
servo_geometry = { path = "../geometry" }
servo_url = { path = "../url" }
style_config = { workspace = true }