From e99bde7a00a161ff5dd91eaf1ce546a9d98cef05 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 12 Sep 2025 13:54:04 +0200 Subject: move stream types to own crate; removes a common dep --- transcoder/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transcoder/Cargo.toml') 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" -- cgit v1.2.3-70-g09d2