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"