diff options
Diffstat (limited to 'components/shared/script_layout/Cargo.toml')
-rw-r--r-- | components/shared/script_layout/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/shared/script_layout/Cargo.toml b/components/shared/script_layout/Cargo.toml index 5de7c95f9c7..1dee24a3107 100644 --- a/components/shared/script_layout/Cargo.toml +++ b/components/shared/script_layout/Cargo.toml @@ -18,6 +18,7 @@ atomic_refcell = { workspace = true } canvas_traits = { workspace = true } crossbeam-channel = { workspace = true } euclid = { workspace = true } +fnv = { workspace = true } fonts = { path = "../../fonts" } fonts_traits = { workspace = true } html5ever = { workspace = true } |