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