Added new branch /v1/update

This commit is contained in:
Jonas_Jones 2024-01-28 03:10:41 +01:00
parent 5f2026af0d
commit f201bc7fda
5 changed files with 409 additions and 6 deletions

View file

@ -11,10 +11,11 @@ parking_lot = "0.12.1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.35", features = ["macros"] }
dotenv = "0.15.0"
lastfm = "0.7.0"
lastfm = "0.8.1"
log = "0.4.20"
chrono = "0.4.31"
toml = "0.8.8"
reqwest = { version = "0.11.22", features = ["json"] }
serde_json = "1.0.108"
regex = "1"
git2 = "0.18.1"