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 /Cargo.lock | |
parent | 68afc87797e25dca30ecb8d4f2c06edcc8c71b22 (diff) | |
download | jellything-fdaa18968c5b3d923c93527efaeeb81cbd9b4d88.tar jellything-fdaa18968c5b3d923c93527efaeeb81cbd9b4d88.tar.bz2 jellything-fdaa18968c5b3d923c93527efaeeb81cbd9b4d88.tar.zst |
in-memory cached seek index
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1435,6 +1435,7 @@ version = "0.1.0" dependencies = [ "anyhow", "bincode 2.0.0-rc.3", + "jellybase", "jellycommon", "jellymatroska", "log", |