diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-16 18:15:49 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-16 18:16:27 +0100 |
commit | 6da5602d083bf26312071e68bfb1eb130da98934 (patch) | |
tree | 5eca723d6e31a45b318153459f284e5d5d4f0a4a /Cargo.lock | |
parent | build(rustfmt.toml): Add (diff) | |
download | yt-6da5602d083bf26312071e68bfb1eb130da98934.zip |
refactor(yt/): Use the new `termsize` and `uu_fmt` crates
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
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", |