diff options
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index e218cb0..b9bd6db 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -7,8 +7,8 @@ edition = "2021" jellycommon = { path = "../common" } jellybase = { path = "../base" } jellyclient = { path = "../client" } -jellymatroska = { path = "../matroska" } -jellyremuxer = { path = "../remuxer" } + +ebml-struct = { git = "https://codeberg.org/metamuffin/ebml-struct" } log = { workspace = true } anyhow = "1.0.95" |