diff options
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index ac6989c..8109998 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } +jellyclient = { path = "../client" } serde = { version = "1.0.193", features = ["derive"] } serde_yaml = "0.9.27" log = { workspace = true } |