Add futures-util
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1270,6 +1270,7 @@ name = "spotify-top-songs-playlist"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"dotenvy",
|
||||
"futures-util",
|
||||
"rspotify",
|
||||
"tokio",
|
||||
]
|
||||
|
@ -5,5 +5,6 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
dotenvy = "0.15.7"
|
||||
futures-util = "0.3.31"
|
||||
rspotify = { version = "0.14.0", features = ["cli"] }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
|
Reference in New Issue
Block a user