diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:46:28 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:46:28 +0200 |
commit | 35ae80f183904466667af73c7921b4ade399569a (patch) | |
tree | 3a7eec95debbd9ba292436ff989742b8a9b1dff4 /import/Cargo.toml | |
parent | d6a039a10ac3c81d410beb9b648d29524ca1e278 (diff) | |
download | jellything-35ae80f183904466667af73c7921b4ade399569a.tar jellything-35ae80f183904466667af73c7921b4ade399569a.tar.bz2 jellything-35ae80f183904466667af73c7921b4ade399569a.tar.zst |
split base into asset_token and db
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 112df40..d0b16b4 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -4,10 +4,12 @@ version = "0.1.0" edition = "2021" [dependencies] -jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } jellycache = { path = "../cache" } +jellycommon = { path = "../common" } +jellydb = { path = "../database" } jellyimport-fallback-generator = { path = "fallback_generator" } +jellyimport-asset-token = { path = "asset_token" } rayon = "1.10.0" crossbeam-channel = "0.5.14" |