about summary refs log tree commit diff stats
path: root/crates/bytes/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-10 15:50:16 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-10 15:50:16 +0200
commit66d56d7a2b64c5ed13860d809d9bf35d86292df2 (patch)
tree2d79d616024e1dd326afd8b7d2b8b05efb165386 /crates/bytes/Cargo.toml
parentbuild(.cargo/cargo.toml): Remove pointless `PYO3_PATH` (diff)
downloadyt-66d56d7a2b64c5ed13860d809d9bf35d86292df2.zip
refactor(crates/bytes): Move into yt
`yt_dlp` no longer depends on it.
Diffstat (limited to 'crates/bytes/Cargo.toml')
-rw-r--r--crates/bytes/Cargo.toml33
1 files changed, 0 insertions, 33 deletions
diff --git a/crates/bytes/Cargo.toml b/crates/bytes/Cargo.toml
deleted file mode 100644
index 4439aa8..0000000
--- a/crates/bytes/Cargo.toml
+++ /dev/null
@@ -1,33 +0,0 @@
-# yt - A fully featured command line YouTube client
-#
-# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
-# 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
-
-[package]
-name = "bytes"
-description = "Simple byte formatting utilities"
-keywords = []
-categories = []
-version.workspace = true
-edition.workspace = true
-authors.workspace = true
-license.workspace = true
-repository.workspace = true
-rust-version.workspace = true
-publish = false
-
-[dependencies]
-serde.workspace = true
-
-[dev-dependencies]
-
-[lints]
-workspace = true
-
-[package.metadata.docs.rs]
-all-features = true