diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-24 01:20:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-24 01:20:46 +0900 |
| commit | a7c90a277235fa825f9cfa137aa281da3c0e9acd (patch) | |
| tree | 8da52a7739062367372e3d2dd3616669d922deac /crates/shirabe/Cargo.toml | |
| parent | bb6254e2007c809d76fde09f06d276f50bba84ed (diff) | |
| download | php-shirabe-a7c90a277235fa825f9cfa137aa281da3c0e9acd.tar.gz php-shirabe-a7c90a277235fa825f9cfa137aa281da3c0e9acd.tar.zst php-shirabe-a7c90a277235fa825f9cfa137aa281da3c0e9acd.zip | |
refactor(crates): split metadata-minifier and spdx-licenses into own crates
Move MetadataMinifier and SpdxLicenses out of shirabe-external-packages
into dedicated shirabe-metadata-minifier and shirabe-spdx-licenses
crates, updating all import sites accordingly.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/Cargo.toml')
| -rw-r--r-- | crates/shirabe/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml index 1176165..eb34838 100644 --- a/crates/shirabe/Cargo.toml +++ b/crates/shirabe/Cargo.toml @@ -6,8 +6,10 @@ edition.workspace = true [dependencies] shirabe-class-map-generator.workspace = true shirabe-external-packages.workspace = true +shirabe-metadata-minifier.workspace = true shirabe-php-shim.workspace = true shirabe-semver.workspace = true +shirabe-spdx-licenses.workspace = true anyhow.workspace = true async-trait.workspace = true base64.workspace = true |
