summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2023-04-23 05:35:18 -0700
committerGitHub <noreply@github.com>2023-04-23 14:35:18 +0200
commitb75cad2d3be07c1e9d2e3e3a5e576603506f8d2f (patch)
tree0dd702628723567dadff5befa8d984dcbba6f4cb /tests/Cargo.toml
parent561ff979d574f496415c0499345d41da2e1f6e1e (diff)
Parallelize tests (#900)
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 788aade4..78df5edf 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -13,6 +13,7 @@ elsa = "1.7"
iai = { git = "https://github.com/reknih/iai" }
once_cell = "1"
oxipng = "8.0.0"
+rayon = "1.7.0"
tiny-skia = "0.6.2"
ttf-parser = "0.17"
unscanny = "0.1"