diff options
Diffstat (limited to 'components/servo/Cargo.toml')
-rw-r--r-- | components/servo/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 0c4eaf40904..498d170492d 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -104,6 +104,7 @@ serde = { workspace = true } servo-media = { workspace = true } servo-media-dummy = { workspace = true } servo-media-gstreamer = { workspace = true, optional = true } +servo-tracing = { workspace = true } servo_allocator = { path = "../allocator" } servo_config = { path = "../config" } servo_geometry = { path = "../geometry" } |