From e2e88fdabe9bfb3ed236983e6e737b9790d50cd2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Jul 2025 18:06:42 +0200 Subject: fix(crates/yt): **Always** honor the `config.global.display_colors` config setting --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 64b8091..f985372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,12 @@ [workspace] resolver = "2" members = [ - "crates/yt_dlp", + "crates/colors", "crates/libmpv2", "crates/libmpv2/libmpv2-sys", "crates/termsize", "crates/yt", + "crates/yt_dlp", ] [workspace.package] @@ -33,6 +34,7 @@ yt_dlp = { path = "./crates/yt_dlp" } libmpv2 = { path = "./crates/libmpv2" } termsize = { path = "./crates/termsize" } uu_fmt = { path = "./crates/fmt" } +colors = { path = "./crates/colors" } # Shared pyo3 = { version = "0.25.1", features = ["macros"], default-features = false } -- cgit 1.4.1