aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-20 14:05:55 +0900
committernsfisis <nsfisis@gmail.com>2026-06-20 14:05:55 +0900
commite77a37c5447a4d122629ef8fbc9bef309668aa89 (patch)
tree3a25db8f65a1a20d19c0962157651984dbbfeb95 /Cargo.toml
parentfc39608de4226286c34aed0c0803edd15a8623a8 (diff)
downloadphp-shirabe-e77a37c5447a4d122629ef8fbc9bef309668aa89.tar.gz
php-shirabe-e77a37c5447a4d122629ef8fbc9bef309668aa89.tar.zst
php-shirabe-e77a37c5447a4d122629ef8fbc9bef309668aa89.zip
test(cli): add more smoke tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"