aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r--base/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
index 6474e25..0ab4a4b 100644
--- a/base/Cargo.toml
+++ b/base/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
jellyclient = { path = "../client" }
+jellycache = { path = "../cache" }
serde = { version = "1.0.217", features = ["derive"] }
serde_yaml = "0.9.34"
log = { workspace = true }