diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
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]] |