Replace axum with Rocket
Axum is shit and doesn't work
This commit is contained in:
@@ -7,7 +7,7 @@ license = "AGPL-3.0 only"
|
||||
description = "Subsonic playlist daemon"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7", features = ["json"] }
|
||||
rocket = { version = "0.5.0", features = ["json"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
sqlx = { version = "0.7", features = ["runtime-tokio", "postgres", "uuid"] }
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
@@ -17,6 +17,7 @@ md5 = "0.7.0"
|
||||
getrandom = "0.2.12"
|
||||
thiserror = "1.0.58"
|
||||
config = "0.14.0"
|
||||
log = "0.4.21"
|
||||
|
||||
[package.metadata.deb]
|
||||
depends = "$auto"
|
||||
|
Reference in New Issue
Block a user