about summary refs log tree commit diff stats
path: root/crates/colors/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-18 18:06:42 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-18 18:06:42 +0200
commite2e88fdabe9bfb3ed236983e6e737b9790d50cd2 (patch)
tree170644c481a5cfe4811bd00b2772b064bfdca25a /crates/colors/Cargo.toml
parentchore(crates/yt/Cargo.toml): Add `pretty-assertions` for tests (diff)
downloadyt-e2e88fdabe9bfb3ed236983e6e737b9790d50cd2.zip
fix(crates/yt): **Always** honor the `config.global.display_colors` config setting
Diffstat (limited to 'crates/colors/Cargo.toml')
-rw-r--r--crates/colors/Cargo.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/crates/colors/Cargo.toml b/crates/colors/Cargo.toml
new file mode 100644
index 0000000..4edefcf
--- /dev/null
+++ b/crates/colors/Cargo.toml
@@ -0,0 +1,26 @@
+# yt - A fully featured command line YouTube client
+#
+# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# Copyright (C) 2025 uutils developers
+# SPDX-License-Identifier: MIT
+#
+# This file is part of Yt.
+#
+# You should have received a copy of the License along with this program.
+# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+
+[package]
+name = "colors"
+authors.workspace = true
+license.workspace = true
+description = "A owo-colors inspired color crate."
+version.workspace = true
+edition.workspace = true
+repository.workspace = true
+rust-version.workspace = true
+publish = false
+
+[dependencies]
+
+[lints]
+workspace = true