about summary refs log tree commit diff stats
path: root/yt_dlp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/Cargo.toml')
-rw-r--r--yt_dlp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"}