diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-01 15:11:31 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-01 15:11:31 +0100 |
commit | 2f053d597e91585deb9efd1a098537b244c25f56 (patch) | |
tree | cc6b6677f3a375e291be2ae5ef36563543476315 /import/Cargo.toml | |
parent | 95d90fbba36a752f7cf96ea0bebd925534341e15 (diff) | |
download | jellything-2f053d597e91585deb9efd1a098537b244c25f56.tar jellything-2f053d597e91585deb9efd1a098537b244c25f56.tar.bz2 jellything-2f053d597e91585deb9efd1a098537b244c25f56.tar.zst |
Revert "ebml-struct based fragment writer (does not work)"
This reverts commit 95d90fbba36a752f7cf96ea0bebd925534341e15.
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 37b5a77..645326d 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -6,7 +6,10 @@ edition = "2021" [dependencies] jellybase = { path = "../base" } jellyclient = { path = "../client" } -jellyremuxer = { path = "../remuxer" } + +ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct", features = [ + "bincode", +] } rayon = "1.10.0" crossbeam-channel = "0.5.14" |