diff options
Diffstat (limited to 'import/Cargo.toml')
| -rw-r--r-- | import/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 4c638f4..4276768 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -9,7 +9,6 @@ jellycache = { path = "../cache" } jellycommon = { path = "../common" } jellydb = { path = "../database" } jellyimport-fallback-generator = { path = "fallback_generator" } -jellyimport-asset-token = { path = "asset_token" } rayon = "1.11.0" crossbeam-channel = "0.5.15" @@ -19,7 +18,6 @@ anyhow = "1.0.100" reqwest = { workspace = true } urlencoding = "2.1.3" -bincode = { version = "2.0.1", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" serde_yaml = "0.9.34" |