aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 4617a18..487c4fc 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
jellyremuxer = { path = "../remuxer" }
+jellyclient = { path = "../client" }
serde = { version = "1.0.163", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }
@@ -29,7 +30,6 @@ tokio-util = { version = "0.7.8", features = ["io", "io-util"] }
markup = "0.13.1"
rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] }
-reqwest = "0.11.18"
sled = "0.34.7"
typed-sled = "0.2.3"