aboutsummaryrefslogtreecommitdiff
path: root/remuxer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r--remuxer/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml
index ac74c9d..4fae27e 100644
--- a/remuxer/Cargo.toml
+++ b/remuxer/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
jellymatroska = { path = "../matroska" }
+jellybase = { path = "../base" }
tokio = { version = "1.32.0", features = ["io-util"] }
anyhow = "1.0.75"