Moved listenbrainz api in as its tiny. Add initial schema
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user