diff options
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index d0342df..988e626 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -8,7 +8,9 @@ jellycommon = { path = "../common" } jellybase = { path = "../base" } jellyclient = { path = "../client" } -ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct" } +ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct", features = [ + "bincode", +] } rayon = "1.10.0" crossbeam-channel = "0.5.14" |