diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-04-18 08:20:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-18 12:20:42 +0000 |
| commit | 1b091d628da58107134a5b4e04ec063e3c0be705 (patch) | |
| tree | f1488776ec86e761a71de5b98fedfb5c68093913 /tests/Cargo.toml | |
| parent | c5c73ec9315b8148e851693ffa279c75a97982d3 (diff) | |
Enhance the test runner: regex, --list, --path (#3945)
Diffstat (limited to 'tests/Cargo.toml')
| -rw-r--r-- | tests/Cargo.toml | 1 |
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 } |
