From 8949dfcab0bd81dd475db4cdfe9a3da43d33a5b7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 21 Feb 2026 20:27:49 +0900 Subject: 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 --- crates/mozart/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/Cargo.toml') 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" -- cgit v1.3.1