summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2024-04-18 08:20:42 -0400
committerGitHub <noreply@github.com>2024-04-18 12:20:42 +0000
commit1b091d628da58107134a5b4e04ec063e3c0be705 (patch)
treef1488776ec86e761a71de5b98fedfb5c68093913 /tests/Cargo.toml
parentc5c73ec9315b8148e851693ffa279c75a97982d3 (diff)
Enhance the test runner: regex, --list, --path (#3945)
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 62e7a493..2923f4d0 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -25,6 +25,7 @@ once_cell = { workspace = true }
oxipng = { workspace = true }
parking_lot = { workspace = true }
rayon = { workspace = true }
+regex = { workspace = true }
tiny-skia = { workspace = true }
ttf-parser = { workspace = true }
unscanny = { workspace = true }