Files
145b082a4f refactor: extract source-neutral playlist curation (#860)
* refactor: extract source-neutral playlist curation

* fix: keep curation matches within media kind

---------

Co-authored-by: Juanjo Presa <juanjop@gmail.com>
2026-09-09 20:40:53 +02:00

25 lines
642 B
TOML

[package]
name = "tuliprox-curation"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Source-neutral playlist curation with a Trakt edge adapter for tuliprox"
[lints]
workspace = true
[dependencies]
shared = { workspace = true }
tuliprox-core = { workspace = true }
indexmap.workspace = true
log.workspace = true
mime = "0.3.17"
regex.workspace = true
reqwest = { version = "0.13.4", features = ["json", "rustls"] }
serde.workspace = true
serde_json.workspace = true
strsim = "0.11.1"
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "net", "io-util"] }