From 9d6411fd92e73c204425f8dd37dc3cf567f604e4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 30 Jan 2025 18:34:09 +0100 Subject: avoid transitive crate deps by re-export --- stream/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stream/Cargo.toml') diff --git a/stream/Cargo.toml b/stream/Cargo.toml index b66cfca..36979c9 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -4,8 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -jellycommon = { path = "../common", features = ["rocket"] } -jellybase = { path = "../base" } +jellybase = { path = "../base", features = ["rocket"] } jellytranscoder = { path = "../transcoder" } jellyremuxer = { path = "../remuxer" } -- cgit v1.2.3-70-g09d2