aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-21 20:27:49 +0900
committernsfisis <nsfisis@gmail.com>2026-02-21 20:27:49 +0900
commit8949dfcab0bd81dd475db4cdfe9a3da43d33a5b7 (patch)
tree12ef4467b99babf40b2b4f4a671c34a1f07f3c52 /crates/mozart/Cargo.toml
parent28924141921856e12d77b5005e0d2567c8b17deb (diff)
downloadphp-mozart-8949dfcab0bd81dd475db4cdfe9a3da43d33a5b7.tar.gz
php-mozart-8949dfcab0bd81dd475db4cdfe9a3da43d33a5b7.tar.zst
php-mozart-8949dfcab0bd81dd475db4cdfe9a3da43d33a5b7.zip
feat(archive): implement command to create distributable archives
Add archive command supporting zip, tar, tar.gz, and tar.bz2 formats with .gitattributes export-ignore filtering, composer.json archive.exclude patterns, remote package archiving via Packagist, and self-exclusion to prevent archives from including themselves. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'crates/mozart/Cargo.toml')
-rw-r--r--crates/mozart/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml
index ced67ee..12da556 100644
--- a/crates/mozart/Cargo.toml
+++ b/crates/mozart/Cargo.toml
@@ -5,6 +5,7 @@ edition.workspace = true
[dependencies]
anyhow = "1.0.101"
+bzip2 = "0.5"
filetime = "0.2"
clap = { version = "4.5.57", features = ["derive"] }
colored = "3.1.1"