summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorastrale-sharp <ash4567@outlook.fr>2023-04-21 11:16:32 +0200
committerGitHub <noreply@github.com>2023-04-21 11:16:32 +0200
commit4cea7007d0d4f152097d753be3020c736e96cca0 (patch)
treea3a3573ab1dbf6fe3422c20a9cfb947eb3eb031a /tests/Cargo.toml
parent851b154a6cb1d558b0091f1a63baa4d3414a7356 (diff)
use clap for parsing tests. (#876)
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 ae4c3acb..788aade4 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -17,6 +17,7 @@ tiny-skia = "0.6.2"
ttf-parser = "0.17"
unscanny = "0.1"
walkdir = "2"
+clap = { version = "4.2.1", features = ["derive"] }
[[test]]
name = "tests"