[package] name = "shanty-playlist" version.workspace = true edition.workspace = true license.workspace = true description = "Playlist generation for Shanty" [dependencies] shanty-db = { path = "../shanty-db" } shanty-data = { path = "../shanty-data" } sea-orm = { version = "1", features = ["sqlx-sqlite", "runtime-tokio-native-tls"] } serde = { version = "1", features = ["derive"] } serde_json = "1" rand = "0.9" tracing = "0.1" thiserror = "2" chrono = "0.4"