Files
Main/shanty-playlist/Cargo.toml
Connor Johnstone 6f73bb87ce
All checks were successful
CI / check (push) Successful in 1m12s
CI / docker (push) Successful in 2m1s
Added the playlist generator
2026-03-20 18:09:47 -04:00

18 lines
463 B
TOML

[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"