aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 57592cf..9a87f61 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common", features = ["rocket"] }
jellybase = { path = "../base" }
-jellyremuxer = { path = "../remuxer" }
+jellystream = { path = "../stream" }
jellyclient = { path = "../client" }
jellytranscoder = { path = "../transcoder" }
@@ -15,8 +15,8 @@ bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }
serde_json = "1.0.107"
log = { workspace = true }
+anyhow = { workspace = true }
env_logger = "0.10.0"
-anyhow = "1.0.75"
rand = "0.8.5"
base64 = "0.21.4"
chrono = { version = "0.4.31", features = ["serde"] }