From c682943900ced2253350c1bd6183621264bea282 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 31 Aug 2017 15:23:58 -0700 Subject: [PATCH] stylo: Add dependency on hashglobe --- components/style/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 78938699075..f32d62f24ce 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -41,6 +41,7 @@ cssparser = "0.19.5" encoding = {version = "0.2", optional = true} euclid = "0.15" fnv = "1.0" +hashglobe = { path = "../hashglobe" } heapsize = {version = "0.4", optional = true} heapsize_derive = {version = "0.1", optional = true} itertools = "0.5"