This commit is contained in:
2023-08-13 21:48:41 +01:00
commit 0024150376
14 changed files with 1875 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"
tokio = "1.30.0"
sqlx = "0.7.1"
[package.metadata.deb]
depends = "$auto"