From 335ba978dbaf203f3603a815147fd75dbf205723 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 27 Apr 2025 20:00:44 +0200 Subject: move cache to own crate --- stream/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stream/Cargo.toml') diff --git a/stream/Cargo.toml b/stream/Cargo.toml index 21d1650..ad6f098 100644 --- a/stream/Cargo.toml +++ b/stream/Cargo.toml @@ -4,7 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -jellybase = { path = "../base", features = ["rocket"] } +jellycommon = { path = "../common" } +jellycache = { path = "../cache" } jellytranscoder = { path = "../transcoder" } jellyremuxer = { path = "../remuxer" } jellymatroska = { path = "../matroska" } @@ -15,3 +16,4 @@ anyhow = { workspace = true } tokio = { version = "1.43.0", features = ["io-util"] } tokio-util = { version = "0.7.13", features = ["io", "io-util"] } serde_json = "1.0.138" +serde = { version = "1.0.217", features = ["derive"] } -- cgit v1.2.3-70-g09d2