aboutsummaryrefslogtreecommitdiff
path: root/stream/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-29 21:15:07 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-29 21:15:07 +0200
commit795438f691657c2fdcfe113f933950b63df84271 (patch)
treefba3d1e6d34bb92709282a4826bbbbbd9215ef1e /stream/Cargo.toml
parentc62eb3a2fdaa80f472be6ecbfc2cbf2479d8d914 (diff)
downloadjellything-795438f691657c2fdcfe113f933950b63df84271.tar
jellything-795438f691657c2fdcfe113f933950b63df84271.tar.bz2
jellything-795438f691657c2fdcfe113f933950b63df84271.tar.zst
stream wrapper for remux mkv/webm
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r--stream/Cargo.toml1
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 }