aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-27 14:50:45 +0900
committernsfisis <nsfisis@gmail.com>2026-06-27 14:50:45 +0900
commit20f620bdd0b5764ed2e9812dc0772f907b0d6f29 (patch)
tree0ce8ffb94d9582cf5377dc686037f453500c2cbb /crates
parente5657c7709fcb4ee0761cc0b5ae1ad1a26d1ad9a (diff)
downloadphp-shirabe-20f620bdd0b5764ed2e9812dc0772f907b0d6f29.tar.gz
php-shirabe-20f620bdd0b5764ed2e9812dc0772f907b0d6f29.tar.zst
php-shirabe-20f620bdd0b5764ed2e9812dc0772f907b0d6f29.zip
test: add mockall crate
Diffstat (limited to 'crates')
-rw-r--r--crates/shirabe/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml
index d1849e7..632b659 100644
--- a/crates/shirabe/Cargo.toml
+++ b/crates/shirabe/Cargo.toml
@@ -26,6 +26,7 @@ tokio.workspace = true
url.workspace = true
[dev-dependencies]
+mockall.workspace = true
serial_test.workspace = true
tempfile.workspace = true