mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-22 16:59:17 +02:00
some updates
This commit is contained in:
parent
b852500513
commit
f93e034373
12 changed files with 265 additions and 20 deletions
|
@ -9,8 +9,11 @@ edition = "2021"
|
|||
warp = "0.3.6"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.34", features = ["macros"] }
|
||||
tokio = { version = "1.35", features = ["macros"] }
|
||||
dotenv = "0.15.0"
|
||||
lastfm = "0.6.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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue