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 37b5a77..ad9d529 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" jellybase = { path = "../base" } jellyclient = { path = "../client" } jellyremuxer = { path = "../remuxer" } +jellyimport-fallback-generator = { path = "fallback_generator" } rayon = "1.10.0" crossbeam-channel = "0.5.14" |