From 6a46e7fde3582bdb3335fab1139ebb8ed98a0dc4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Jun 2026 21:11:16 +0900 Subject: feat(finder): implement Finder traversal and filter pipeline Replace the todo!() stubs with an inline port of symfony/finder's searchInDirectory() pipeline, materializing entries as PathBuf in place of SplFileInfo. Also port Glob::toRegex, needed for glob name patterns. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe-external-packages/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/shirabe-external-packages/Cargo.toml') diff --git a/crates/shirabe-external-packages/Cargo.toml b/crates/shirabe-external-packages/Cargo.toml index 02e6a7a..f274eac 100644 --- a/crates/shirabe-external-packages/Cargo.toml +++ b/crates/shirabe-external-packages/Cargo.toml @@ -7,6 +7,7 @@ edition.workspace = true shirabe-php-shim.workspace = true shirabe-semver.workspace = true anyhow.workspace = true +chrono.workspace = true indexmap.workspace = true regex.workspace = true -- cgit v1.3.1