From 2e168d07314c38adbe25a046a06c8f62e5e33c6e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 13:01:28 +0200 Subject: fix(yt_dlp/lib): Standardize the formatting of bytes with the new `bytes` crate --- yt_dlp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp/Cargo.toml') diff --git a/yt_dlp/Cargo.toml b/yt_dlp/Cargo.toml index 590c422..e5f2efc 100644 --- a/yt_dlp/Cargo.toml +++ b/yt_dlp/Cargo.toml @@ -22,3 +22,4 @@ pyo3 = { version = "0.21.2", features = ["auto-initialize", "gil-refs"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" url = { version = "2.5.0", features = ["serde"] } +bytes = {path = "./crates/bytes"} -- cgit 1.4.1