aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-23 01:42:28 +0900
committernsfisis <nsfisis@gmail.com>2026-02-23 01:42:28 +0900
commitae0f9c3ced9d07964a0bf2fe76f745aacc7dd34a (patch)
tree964602f8ca32759c1e1de2c88f0871a673a8f1f4 /Cargo.toml
parent82c89125dc6a1620ecd80949c155295a96db408c (diff)
downloadphp-mozart-ae0f9c3ced9d07964a0bf2fe76f745aacc7dd34a.tar.gz
php-mozart-ae0f9c3ced9d07964a0bf2fe76f745aacc7dd34a.tar.zst
php-mozart-ae0f9c3ced9d07964a0bf2fe76f745aacc7dd34a.zip
fix(search): match Composer single-line output format with truncation
Replace two-line output (name+counts, indented description) with Composer's single-line aligned format: padded name, abandoned warning, and terminal-width-aware description truncation. Remove summary header and download/faver count display from text output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c7949e..5d972b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,6 +38,7 @@ serde_json = "1.0.149"
sha1 = "0.10.6"
syn = { version = "2.0.117", features = ["full", "parsing"] }
tar = "0.4.44"
+terminal_size = "0.4"
tempfile = "3.25.0"
tokio = { version = "1.49.0", features = ["full"] }
tracing = "0.1.44"