From ae82788e7e80053c044940335a0a89737c2b0fb2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 12 May 2026 02:52:21 +0900 Subject: feat(port): ConfigurableRepositoryInterface.php --- crates/shirabe-php-shim/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/shirabe-php-shim/Cargo.toml') diff --git a/crates/shirabe-php-shim/Cargo.toml b/crates/shirabe-php-shim/Cargo.toml index d565ea7..4256d47 100644 --- a/crates/shirabe-php-shim/Cargo.toml +++ b/crates/shirabe-php-shim/Cargo.toml @@ -2,3 +2,6 @@ name = "shirabe-php-shim" version.workspace = true edition.workspace = true + +[dependencies] +indexmap.workspace = true -- cgit v1.3.1