aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-09 11:26:19 +0900
committernsfisis <nsfisis@gmail.com>2026-08-09 11:26:19 +0900
commitf1215ade6e1d6e91a36c8b1c407f5a59a1c2ee0e (patch)
treeecbf36ad9196f640b55e40e60db22571c1bb12c8 /Cargo.toml
parent596482de82ff32705e85f18c1c9ae784e6cd2c6f (diff)
downloadphp-shirabe-f1215ade6e1d6e91a36c8b1c407f5a59a1c2ee0e.tar.gz
php-shirabe-f1215ade6e1d6e91a36c8b1c407f5a59a1c2ee0e.tar.zst
php-shirabe-f1215ade6e1d6e91a36c8b1c407f5a59a1c2ee0e.zip
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) <noreply@anthropic.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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" }