From a8a4b54b90e6433cf4a25a88a4765243f831ebef Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 9 Aug 2026 11:20:24 +0900 Subject: refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-lint crate Move `Seld\JsonLint` out of shirabe-external-packages and into its own crate, so the path is `shirabe_seld_json_lint::ParsingException` instead of `shirabe_external_packages::seld::json_lint::ParsingException`. Co-Authored-By: Claude Opus 5 (1M context) --- Cargo.lock | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6fab5780..f50b37dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2102,6 +2102,7 @@ dependencies = [ "shirabe-pcre", "shirabe-php-rpc", "shirabe-php-shim", + "shirabe-seld-json-lint", "shirabe-semver", "shirabe-spdx-licenses", "shirabe-symfony-console", @@ -2204,6 +2205,14 @@ dependencies = [ name = "shirabe-php-src" version = "0.0.1" +[[package]] +name = "shirabe-seld-json-lint" +version = "0.0.1" +dependencies = [ + "anyhow", + "shirabe-php-shim", +] + [[package]] name = "shirabe-semver" version = "0.0.1" -- cgit v1.3.1-4-g156e