aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r--transcoder/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml
index f35b101..06dc1aa 100644
--- a/transcoder/Cargo.toml
+++ b/transcoder/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
jellyremuxer = { path = "../remuxer" }
jellycache = { path = "../cache" }
-jellycommon = { path = "../common" }
+jellystream-types = { path = "../stream/types" }
log = { workspace = true }
# TODO: change this back to crates.io when pr is merged
image = "0.25.5"