diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-16 10:10:07 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-16 10:10:07 +0100 |
commit | 9da970f1f44f19432680e255f91f73fbb8fbe3c8 (patch) | |
tree | 7bf2e5ded6d81b4ae76a080eaa5f80418343a5a9 /Cargo.toml | |
parent | refactor(treewide): Remove all references of the now obsolete update_raw.py (diff) | |
download | yt-9da970f1f44f19432680e255f91f73fbb8fbe3c8.zip |
chore(crates/termsize): Vendor
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |