diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-29 22:34:57 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-29 22:34:57 +0100 |
commit | 8099c51e56b6d253c05cac9c235f52027ad736fa (patch) | |
tree | d1b8d02ef332caa407ec8937fed56b6e5d5a5d3d /import/Cargo.toml | |
parent | db511d3fe50f05329615f718515fab1b80d9e06a (diff) | |
download | jellything-8099c51e56b6d253c05cac9c235f52027ad736fa.tar jellything-8099c51e56b6d253c05cac9c235f52027ad736fa.tar.bz2 jellything-8099c51e56b6d253c05cac9c235f52027ad736fa.tar.zst |
individual immediate file import
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" |