diff options
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 506ed24..112df40 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [dependencies] jellybase = { path = "../base" } -jellyclient = { path = "../client" } jellyremuxer = { path = "../remuxer" } jellycache = { path = "../cache" } jellyimport-fallback-generator = { path = "fallback_generator" } |