diff options
Diffstat (limited to 'crates/shirabe-php-shim/Cargo.toml')
| -rw-r--r-- | crates/shirabe-php-shim/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/Cargo.toml b/crates/shirabe-php-shim/Cargo.toml index a0e0ab3b..2b9b392a 100644 --- a/crates/shirabe-php-shim/Cargo.toml +++ b/crates/shirabe-php-shim/Cargo.toml @@ -6,8 +6,10 @@ edition.workspace = true [dependencies] shirabe-php-src.workspace = true anyhow.workspace = true +bzip2.workspace = true chrono.workspace = true fastrand.workspace = true +flate2.workspace = true indexmap.workspace = true md5.workspace = true regex.workspace = true @@ -18,6 +20,7 @@ serde_json.workspace = true serde_urlencoded.workspace = true sha1.workspace = true sha2.workspace = true +tar.workspace = true twox-hash.workspace = true zip.workspace = true |
