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