aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock33
1 files changed, 33 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 089dfdf..9d585bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -642,6 +642,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
+name = "linux-raw-sys"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
+
+[[package]]
name = "litemap"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -876,6 +882,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
[[package]]
+name = "rustix"
+version = "1.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
+dependencies = [
+ "bitflags",
+ "errno",
+ "libc",
+ "linux-raw-sys",
+ "windows-sys",
+]
+
+[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -988,6 +1007,7 @@ dependencies = [
"shirabe-external-packages",
"shirabe-php-shim",
"shirabe-semver",
+ "tempfile",
"tokio",
"url",
]
@@ -1109,6 +1129,19 @@ dependencies = [
]
[[package]]
+name = "tempfile"
+version = "3.27.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
+dependencies = [
+ "fastrand",
+ "getrandom 0.4.2",
+ "once_cell",
+ "rustix",
+ "windows-sys",
+]
+
+[[package]]
name = "time"
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"