aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/Cargo.toml')
-rw-r--r--components/servo/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index e4347d76af0..49669a0b376 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -96,6 +96,7 @@ serde = { workspace = true }
servo-media = { workspace = true }
servo-media-dummy = { workspace = true }
servo-media-gstreamer = { workspace = true, optional = true }
+servo_allocator = { path = "../allocator" }
servo_config = { path = "../config" }
servo_geometry = { path = "../geometry" }
servo_url = { path = "../url" }