diff options
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r-- | transcoder/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index ecb2bc8..16bd9d9 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } jellybase = { path = "../base" } +jellyremuxer = { path = "../remuxer" } log = { workspace = true } image = { git = "https://github.com/image-rs/image", features = [ "avif-decoder", |