2023-08-13 20:48:41 +00:00
|
|
|
[package]
|
|
|
|
name = "navidrome-playlists"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Jude Southworth (judesouthworth@pm.me)"]
|
|
|
|
license = "AGPL-3.0 only"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
axum = "0.6.20"
|
2023-08-16 14:50:31 +00:00
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
|
|
sqlx = { version = "0.7.1", features = ["runtime-tokio", "postgres", "uuid"] }
|
|
|
|
reqwest = { version = "0.11.18", features = ["json"] }
|
|
|
|
serde = { version = "1.0.183", features = ["derive"] }
|
2023-09-09 19:03:01 +00:00
|
|
|
navidrome = { path = "navidrome" }
|
2023-08-14 10:27:37 +00:00
|
|
|
|
2023-08-13 20:48:41 +00:00
|
|
|
[package.metadata.deb]
|
|
|
|
depends = "$auto"
|