From 4cea7007d0d4f152097d753be3020c736e96cca0 Mon Sep 17 00:00:00 2001 From: astrale-sharp Date: Fri, 21 Apr 2023 11:16:32 +0200 Subject: use clap for parsing tests. (#876) --- tests/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Cargo.toml') 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" -- cgit v1.2.3