diff options
Diffstat (limited to 'components/layout_thread/Cargo.toml')
-rw-r--r-- | components/layout_thread/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_thread/Cargo.toml b/components/layout_thread/Cargo.toml index a63b37cfed5..db9c92bb823 100644 --- a/components/layout_thread/Cargo.toml +++ b/components/layout_thread/Cargo.toml @@ -31,6 +31,7 @@ script_layout_interface = {path = "../script_layout_interface"} script_traits = {path = "../script_traits"} selectors = { path = "../selectors" } serde_json = "1.0" +servo_atoms = {path = "../atoms"} servo_config = {path = "../config"} servo_geometry = {path = "../geometry"} servo_url = {path = "../url"} |