From e77a37c5447a4d122629ef8fbc9bef309668aa89 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Jun 2026 14:05:55 +0900 Subject: test(cli): add more smoke tests --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0292112..cf1fcd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ regex = "1.12.3" serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149", features = ["preserve_order"] } sha1 = "0.10.6" +tempfile = "3.27.0" tokio = { version = "1.52.3", features = ["full"] } url = "2.5.8" zip = "8.6.0" -- cgit v1.3.1