From f1215ade6e1d6e91a36c8b1c407f5a59a1c2ee0e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 9 Aug 2026 11:26:19 +0900 Subject: refactor(cargo): drop the now-empty shirabe-external-packages crate Every package it held now lives in its own crate, so the umbrella crate has nothing left in it. Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe-php-rpc/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe-php-rpc') diff --git a/crates/shirabe-php-rpc/Cargo.toml b/crates/shirabe-php-rpc/Cargo.toml index 76775319..ee5913b8 100644 --- a/crates/shirabe-php-rpc/Cargo.toml +++ b/crates/shirabe-php-rpc/Cargo.toml @@ -4,7 +4,6 @@ version.workspace = true edition.workspace = true [dependencies] -shirabe-external-packages.workspace = true shirabe-php-shim.workspace = true shirabe-php-src.workspace = true shirabe-symfony-process.workspace = true -- cgit v1.3.1-4-g156e