diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index f25072f825f..29fc71d25a5 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -10,6 +10,9 @@ path = "lib.rs" [dependencies.geom] git = "https://github.com/servo/rust-geom" +[dependencies.layers] +git = "https://github.com/servo/rust-layers" + [dependencies.task_info] path = "../../support/rust-task_info"