diff options
Diffstat (limited to 'components/script_layout_interface/Cargo.toml')
-rw-r--r-- | components/script_layout_interface/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml index 6a74eeda086..8a4c66c9e0d 100644 --- a/components/script_layout_interface/Cargo.toml +++ b/components/script_layout_interface/Cargo.toml @@ -28,6 +28,7 @@ profile_traits = {path = "../profile_traits"} range = {path = "../range"} script_traits = {path = "../script_traits"} selectors = { path = "../selectors" } +servo_atoms = {path = "../atoms"} servo_url = {path = "../url"} style = {path = "../style"} webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]} |