diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-15 00:19:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-15 02:37:37 +0900 |
| commit | ac46dc8e98629719370c98e0a4760f7cd6b25578 (patch) | |
| tree | 99bb1c319c02648e6248b6c307c1fd7394455d8f /Cargo.toml | |
| parent | 06d2d2f869cd4c8c48898fae28fb91d6716e35c2 (diff) | |
| download | php-shirabe-ac46dc8e98629719370c98e0a4760f7cd6b25578.tar.gz php-shirabe-ac46dc8e98629719370c98e0a4760f7cd6b25578.tar.zst php-shirabe-ac46dc8e98629719370c98e0a4760f7cd6b25578.zip | |
feat(port): port Zip.php
Add zip crate dependency and ZipArchive stub to shirabe-php-shim.
Also add dirname and stream_get_contents shim functions.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149", features = ["preserve_order"] } sha1 = "0.10.6" url = "2.5.8" +zip = "8.6.0" |
