diff options
Diffstat (limited to 'components/layout_2020/Cargo.toml')
-rw-r--r-- | components/layout_2020/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/Cargo.toml b/components/layout_2020/Cargo.toml index c44c8ef635d..31f7214be25 100644 --- a/components/layout_2020/Cargo.toml +++ b/components/layout_2020/Cargo.toml @@ -38,6 +38,7 @@ script_traits = { path = "../script_traits" } serde = { workspace = true } serde_json = { workspace = true } servo_arc = { path = "../servo_arc" } +servo_config = { path = "../config" } servo_url = { path = "../url" } style = { path = "../style", features = ["servo"] } style_traits = { path = "../style_traits" } |