diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-16 12:00:54 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-16 12:00:54 +0100 |
commit | 42a81f199793d7d8a07c848d5956436564caf593 (patch) | |
tree | 84bac0b70f6a39a6ef7160d28e00992f95e5c578 /remuxer/Cargo.toml | |
parent | 9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe (diff) | |
download | jellything-42a81f199793d7d8a07c848d5956436564caf593.tar jellything-42a81f199793d7d8a07c848d5956436564caf593.tar.bz2 jellything-42a81f199793d7d8a07c848d5956436564caf593.tar.zst |
move importer over to jellyremux
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r-- | remuxer/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml index 4327779..82dffd5 100644 --- a/remuxer/Cargo.toml +++ b/remuxer/Cargo.toml @@ -4,9 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -tokio = { version = "1.24.1", features = ["io-util"] } jellycommon = { path = "../common" } +jellymatroska = {path = "../matroska"} +tokio = { version = "1.24.1", features = ["io-util"] } anyhow = "1.0.68" log = "0.4.17" |