aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r--base/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
index f49db80..3081262 100644
--- a/base/Cargo.toml
+++ b/base/Cargo.toml
@@ -5,9 +5,10 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
+serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
log = { workspace = true }
sha2 = "0.10.8"
base64 = "0.21.4"
-tokio = {workspace=true}
+tokio = { workspace = true }
anyhow = "1.0.75"