about summary refs log tree commit diff stats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-16 18:15:49 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-16 18:16:27 +0100
commit6da5602d083bf26312071e68bfb1eb130da98934 (patch)
tree5eca723d6e31a45b318153459f284e5d5d4f0a4a /Cargo.lock
parentbuild(rustfmt.toml): Add (diff)
downloadyt-6da5602d083bf26312071e68bfb1eb130da98934.zip
refactor(yt/): Use the new `termsize` and `uu_fmt` crates
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0d0d1b6..06a7253 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2698,6 +2698,7 @@ dependencies = [
  "sqlx",
  "stderrlog",
  "tempfile",
+ "termsize",
  "tokio",
  "toml",
  "trinitry",