diff options
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r-- | stream/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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" } |