diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-12 02:10:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-12 02:17:58 +0900 |
| commit | a8aa49013faa6c43bef628eea6d6b5687100c17a (patch) | |
| tree | 6ba8358baaefec0352b099a4b98df88eeee12fe8 /crates/shirabe/Cargo.toml | |
| parent | 5df72ff9fdc392529884647deac55dfbd9810476 (diff) | |
| download | php-shirabe-a8aa49013faa6c43bef628eea6d6b5687100c17a.tar.gz php-shirabe-a8aa49013faa6c43bef628eea6d6b5687100c17a.tar.zst php-shirabe-a8aa49013faa6c43bef628eea6d6b5687100c17a.zip | |
feat(port): port PluginBlockedException.php
Diffstat (limited to 'crates/shirabe/Cargo.toml')
| -rw-r--r-- | crates/shirabe/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml index 597a886..28d0456 100644 --- a/crates/shirabe/Cargo.toml +++ b/crates/shirabe/Cargo.toml @@ -2,3 +2,6 @@ name = "shirabe" version.workspace = true edition.workspace = true + +[dependencies] +shirabe-php-shim.workspace = true |
