diff options
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r-- | remuxer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml index 16713df..98dd86c 100644 --- a/remuxer/Cargo.toml +++ b/remuxer/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] jellymatroska = { path = "../matroska" } -jellybase = { path = "../base" } +jellycache = { path = "../cache" } tokio = { version = "1.43.0", features = ["io-util"] } anyhow = "1.0.95" |