aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-09 11:21:45 +0900
committernsfisis <nsfisis@gmail.com>2026-08-09 11:21:45 +0900
commit548ec1ffb232da4411ae8890080bcfd63300cda0 (patch)
tree2860e71a0fe1b72a959f90d15ab543c9a72bae1d /Cargo.toml
parenta8a4b54b90e6433cf4a25a88a4765243f831ebef (diff)
downloadphp-shirabe-548ec1ffb232da4411ae8890080bcfd63300cda0.tar.gz
php-shirabe-548ec1ffb232da4411ae8890080bcfd63300cda0.tar.zst
php-shirabe-548ec1ffb232da4411ae8890080bcfd63300cda0.zip
refactor(seld-signal): extract seld/signal into the shirabe-seld-signal crate
Move `Seld\Signal` out of shirabe-external-packages and into its own crate, so the path is `shirabe_seld_signal::SignalHandler` instead of `shirabe_external_packages::seld::signal::SignalHandler`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e87efbe6..a6435d88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ shirabe-php-rpc = { path = "crates/shirabe-php-rpc" }
shirabe-php-shim = { path = "crates/shirabe-php-shim" }
shirabe-php-src = { path = "crates/shirabe-php-src" }
shirabe-seld-json-lint = { path = "crates/shirabe-seld-json-lint" }
+shirabe-seld-signal = { path = "crates/shirabe-seld-signal" }
shirabe-semver = { path = "crates/shirabe-semver" }
shirabe-spdx-licenses = { path = "crates/shirabe-spdx-licenses" }
shirabe-symfony-console = { path = "crates/shirabe-symfony-console" }