diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-24 11:21:23 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-24 11:45:24 +0200 |
commit | 66ded1ec598639fd54a75d6af007ed60541df5ca (patch) | |
tree | ba07f30f6224d3d0a63129a9330f4441cc06e113 /Cargo.toml | |
parent | feat(status): Also show the cache usage (diff) | |
download | yt-66ded1ec598639fd54a75d6af007ed60541df5ca.tar.gz yt-66ded1ec598639fd54a75d6af007ed60541df5ca.zip |
feat(bytes): Add implementation for serde's `Serialize`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 17f8e48..3877d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ url = { version = "2.5.2", features = ["serde"] } xdg = "2.5.2" yt_dlp = { path = "./crates/yt_dlp/" } libmpv2 = { path = "./crates/libmpv2" } -bytes = { path = "./crates/bytes" } +bytes = { path = "./crates/bytes", features = ["serde"] } trinitry = { version = "0.2.2" } toml = "0.8.19" nucleo-matcher = "0.3.1" |