diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-02 00:48:07 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-02 00:48:07 +0200 |
commit | fdaa18968c5b3d923c93527efaeeb81cbd9b4d88 (patch) | |
tree | 4c449ed0ac8645aedae49ac45dfb710f0936bb1b /remuxer/Cargo.toml | |
parent | 68afc87797e25dca30ecb8d4f2c06edcc8c71b22 (diff) | |
download | jellything-fdaa18968c5b3d923c93527efaeeb81cbd9b4d88.tar jellything-fdaa18968c5b3d923c93527efaeeb81cbd9b4d88.tar.bz2 jellything-fdaa18968c5b3d923c93527efaeeb81cbd9b4d88.tar.zst |
in-memory cached seek index
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r-- | remuxer/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml index ac74c9d..4fae27e 100644 --- a/remuxer/Cargo.toml +++ b/remuxer/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } jellymatroska = { path = "../matroska" } +jellybase = { path = "../base" } tokio = { version = "1.32.0", features = ["io-util"] } anyhow = "1.0.75" |