diff options
Diffstat (limited to 'components/config/Cargo.toml')
-rw-r--r-- | components/config/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/config/Cargo.toml b/components/config/Cargo.toml index c2d78d246f4..8befa01cb54 100644 --- a/components/config/Cargo.toml +++ b/components/config/Cargo.toml @@ -22,6 +22,7 @@ serde_json = { workspace = true } servo_config_plugins = { path = "../config_plugins" } servo_geometry = { path = "../geometry" } servo_url = { path = "../url" } +style_config = { path = "../style_config" } url = { workspace = true } [target.'cfg(not(target_os = "android"))'.dependencies] |