aboutsummaryrefslogtreecommitdiff
path: root/stream/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stream/Cargo.toml')
-rw-r--r--stream/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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"] }