diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-28 13:52:41 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-28 13:52:41 +0100 |
commit | f0dbf139d8708194d1ff7e887b1dff48ccc166fa (patch) | |
tree | c88a1ae37f404a243ded8a9548fe260d2cc26832 /stream/Cargo.toml | |
parent | 26d3a70b0be2809177076e155f987e18e2b2ceb2 (diff) | |
download | jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar.bz2 jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar.zst |
spec + break things
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r-- | stream/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/Cargo.toml b/stream/Cargo.toml index 36979c9..21d1650 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -7,6 +7,8 @@ edition = "2021" jellybase = { path = "../base", features = ["rocket"] } jellytranscoder = { path = "../transcoder" } jellyremuxer = { path = "../remuxer" } +jellymatroska = { path = "../matroska" } +ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct" } log = { workspace = true } anyhow = { workspace = true } |