about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 13:04:42 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 13:04:42 +0200
commit08e9d686a836032ec54834a8142be4d7302205e0 (patch)
tree9d94f172434f2740eac082a12ab973c1b874dbb5 /Cargo.toml
parentfix(yt_dlp/lib): Standardize the formatting of bytes with the new `bytes` crate (diff)
downloadyt-08e9d686a836032ec54834a8142be4d7302205e0.tar.gz
yt-08e9d686a836032ec54834a8142be4d7302205e0.zip
refactor(cli): Replace the byte parser with the one from the `bytes` crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a2797f7..20b5af2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,7 @@ url = { version = "2.5.2", features = ["serde"] }
 xdg = "2.5.2"
 yt_dlp = { path = "./yt_dlp/" }
 libmpv2 = { path = "./crates/libmpv2" }
+bytes = { path = "./crates/bytes" }
 trinitry = { version = "0.2.2" }
 
 [[bin]]