Moved listenbrainz api in as its tiny. Add initial schema

This commit is contained in:
2023-08-16 15:50:31 +01:00
parent 41fcffb43d
commit d217dd0b81
10 changed files with 657 additions and 35 deletions

View File

@@ -7,10 +7,10 @@ license = "AGPL-3.0 only"
[dependencies]
axum = "0.6.20"
tokio = "1.30.0"
sqlx = "0.7.1"
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"] }
[package.metadata.deb]
depends = "$auto"