adds initial structs and get routes for persons, labels, artists, albums, and tracks

This commit is contained in:
Sundog
2024-01-03 12:13:18 -05:00
parent 0535079c1c
commit 5c1b951763
6 changed files with 1502 additions and 26 deletions

View File

@ -9,4 +9,6 @@ tokio = { version = "1.2", features = ["full"] }
warp = "0.3"
rusty-money = "0.4.1"
dotenv = "0.15.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"