diff options
Diffstat (limited to 'crates/colors/Cargo.toml')
-rw-r--r-- | crates/colors/Cargo.toml | 26 |
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 |