aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/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 /crates/mozart/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 '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 599c2a1..915273b 100644
--- a/crates/mozart/Cargo.toml
+++ b/crates/mozart/Cargo.toml
@@ -20,6 +20,7 @@ serde.workspace = true
serde_json.workspace = true
sha1.workspace = true
tempfile.workspace = true
+terminal_size.workspace = true
tokio.workspace = true
url.workspace = true
tracing-subscriber.workspace = true