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) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f16de4c4..10a98c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ edition = "2024" shirabe = { path = "crates/shirabe" } shirabe-ca-bundle = { path = "crates/shirabe-ca-bundle" } shirabe-class-map-generator = { path = "crates/shirabe-class-map-generator" } -shirabe-external-packages = { path = "crates/shirabe-external-packages" } shirabe-metadata-minifier = { path = "crates/shirabe-metadata-minifier" } shirabe-pcre = { path = "crates/shirabe-pcre" } shirabe-php-rpc = { path = "crates/shirabe-php-rpc" } -- cgit v1.3.1-4-g156e