From 08e9d686a836032ec54834a8142be4d7302205e0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 13:04:42 +0200 Subject: refactor(cli): Replace the byte parser with the one from the `bytes` crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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]] -- cgit 1.4.1