diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-29 21:15:07 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-29 21:15:07 +0200 |
commit | 795438f691657c2fdcfe113f933950b63df84271 (patch) | |
tree | fba3d1e6d34bb92709282a4826bbbbbd9215ef1e /stream/Cargo.toml | |
parent | c62eb3a2fdaa80f472be6ecbfc2cbf2479d8d914 (diff) | |
download | jellything-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.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 } |