diff options
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r-- | stream/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index 804bc1c..a03a85c 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" jellycommon = { path = "../common", features = ["rocket"] } jellybase = { path = "../base" } jellytranscoder = { path = "../transcoder" } +jellyremuxer = { path = "../remuxer" } log = { workspace = true } anyhow = { workspace = true } |