diff options
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" |