From 9da970f1f44f19432680e255f91f73fbb8fbe3c8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 16 Feb 2025 10:10:07 +0100 Subject: chore(crates/termsize): Vendor --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3909237..be1d35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ members = [ "crates/yt_dlp", "crates/libmpv2", "crates/libmpv2/libmpv2-sys", + "crates/termsize", "yt", ] @@ -32,6 +33,7 @@ description = "A fully featured command line YouTube client" yt_dlp = { path = "./crates/yt_dlp" } bytes = { path = "./crates/bytes" } libmpv2 = { path = "./crates/libmpv2" } +termsize = { path = "./crates/termsize" } # Shared log = "0.4.25" -- cgit 1.4.1