diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-06 15:40:58 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-06 15:40:58 +0200 |
commit | 7acb520f552bd1edde5c29fbf5baf6643ec4b14e (patch) | |
tree | 222fa1d582d039b00da50735b62573db8bdc1f9d /import/Cargo.toml | |
parent | 80343d02e9e29e4bc55d790b491ce0d0c7bff201 (diff) | |
download | jellything-7acb520f552bd1edde5c29fbf5baf6643ec4b14e.tar jellything-7acb520f552bd1edde5c29fbf5baf6643ec4b14e.tar.bz2 jellything-7acb520f552bd1edde5c29fbf5baf6643ec4b14e.tar.zst |
a bit more progress on new streaming api
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 645326d..37b5a77 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -6,10 +6,7 @@ edition = "2021" [dependencies] jellybase = { path = "../base" } jellyclient = { path = "../client" } - -ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct", features = [ - "bincode", -] } +jellyremuxer = { path = "../remuxer" } rayon = "1.10.0" crossbeam-channel = "0.5.14" |