From d21a523ab459f7a6893e85822d0ef5d4ec795949 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 13:00:14 +0200 Subject: feat(crates/bytes): Init --- crates/bytes/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/bytes/Cargo.toml (limited to 'crates/bytes/Cargo.toml') diff --git a/crates/bytes/Cargo.toml b/crates/bytes/Cargo.toml new file mode 100644 index 0000000..98691ee --- /dev/null +++ b/crates/bytes/Cargo.toml @@ -0,0 +1,16 @@ +# yt - A fully featured command line YouTube client +# +# Copyright (C) 2024 Benedikt Peetz +# SPDX-License-Identifier: GPL-3.0-or-later +# +# This file is part of Yt. +# +# You should have received a copy of the License along with this program. +# If not, see . + +[package] +name = "bytes" +version = "1.0.0" +edition = "2021" +license = "GPL-3.0-or-later" +description = "Simple byte formatting utilities" -- cgit 1.4.1