aboutsummaryrefslogtreecommitdiff
path: root/remuxer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r--remuxer/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml
index 82dffd5..b4ee07e 100644
--- a/remuxer/Cargo.toml
+++ b/remuxer/Cargo.toml
@@ -5,9 +5,11 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
-jellymatroska = {path = "../matroska"}
+jellymatroska = { path = "../matroska" }
tokio = { version = "1.24.1", features = ["io-util"] }
anyhow = "1.0.68"
log = "0.4.17"
+serde = { version = "1.0.152", features = ["derive"] }
+bincode = "2.0.0-rc.2" \ No newline at end of file