aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-01 15:11:15 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-01 15:11:15 +0100
commit95d90fbba36a752f7cf96ea0bebd925534341e15 (patch)
tree03b51cc0bda1a6332d7b694a37a806b0ad982050 /import/Cargo.toml
parent05ae425c1b906f81d6981e10688cb6949bf9daaf (diff)
downloadjellything-95d90fbba36a752f7cf96ea0bebd925534341e15.tar
jellything-95d90fbba36a752f7cf96ea0bebd925534341e15.tar.bz2
jellything-95d90fbba36a752f7cf96ea0bebd925534341e15.tar.zst
ebml-struct based fragment writer (does not work)
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r--import/Cargo.toml5
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"