From 7f606f36fef0c0467c3c0db3d0da33af486dae8a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 02:25:52 +0900 Subject: feat(port): add stub implementations of shirabe-external-packages --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 24e5e60..82dbeae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2024" [workspace.dependencies] shirabe = { path = "crates/shirabe" } +shirabe-external-packages = { path = "crates/shirabe-external-packages" } shirabe-php-shim = { path = "crates/shirabe-php-shim" } shirabe-semver = { path = "crates/shirabe-semver" } anyhow = "1.0.102" -- cgit v1.3.1